+ Post New Thread
Page 1 of 691 1 2 3 11 51 101 501 ... LastLast
Threads 1 to 20 of 13812

Forum: PHP Development

Sub-Forums Last Post

  1. Forum Actions:

    Last Post:

    note 33994 added to... Go to last post

    by rochlin@centralpets.com
  2. Forum Actions:

    Last Post:

  1. How to get parameter names from defined function

    Dear develoopers, I know i can reveal the defined functions with: <?php function myrow($id, $data) { return...

    • Replies: 4
    • Views: 5,687
    10:15 PM Go to last post
  2. relative include paths? What's the use?

    If I were to write an include with a relative path like include("../conf/config.php"); What is the use? As far as I understand it, the path...

    • Replies: 8
    • Views: 4,843
    09:57 AM Go to last post
  3. How do I prevent fwrite() overwriting text

    Hello! I have this problem, when fwrite() writes to the beginning of xyz.txt file, it overwrites the first line. Any ideas how to prevent this?...

    • Replies: 4
    • Views: 862
    12:10 PM Go to last post
  4. Application Scope variables ?

    I am migrating to PHP from ASP where there are the Application Scope variables which are accessible from any page on a website and which are used, in...

    2 Pages
    1 2
    • Replies: 27
    • Views: 3,315
    04:22 PM Go to last post
  5. How to stay logged in

    Hello, I have created simple login sistem. I'm using sessions and they expire after I close my browser. How can I stay loged after I have closed...

    • Replies: 3
    • Views: 2,347
    03:39 PM Go to last post
  6. Famous web sites which use PHP?

    Since I'd like to convince my boss that PHP is a good program language. Which are famous website that they use php? is ebay.com, amazon, in php?

    • Replies: 3
    • Views: 3,256
    03:37 PM Go to last post
  7. MySql Rollback in PHP within a website

    Hey... I have a question. I need to be able to try to perform a database update, but if it doesn't succeed, I need to be able to rollback the...

    • Replies: 2
    • Views: 3,716
    08:14 AM Go to last post
  8. How to redirect after (header) after sending an alert message

    Hi, I have a php script that checks whether the user is allowed to perform an action. If he is not allowed; I display a warning; using the alert...

    • Replies: 6
    • Views: 9,496
    10:30 AM Go to last post
  9. Need code to find 2-day old files

    Can this be done in PHP? I want to read a directory and for each file with a .sql extension that is older than 3 days, I want to delete it. I...

    • Replies: 2
    • Views: 1,729
    12:32 AM Go to last post
  10. just wondering

    Just wondering if there's a clear screen function in PHP like the clrscr() in 'C'. Thanks

    • Replies: 2
    • Views: 484
    05:31 AM Go to last post
  11. Please help - ERRORS with HtmlMimeMail

    I am sending a simple html email using php, with the following code to send it: //HTML Email $html = "$msgtext"; // replace variables with user...

    • Replies: 2
    • Views: 1,837
    03:49 PM Go to last post
  12. Radio Button Variables to MySQL

    Hello, I have a simple question, I am new to PHP Programming. I want to make a simple survey and insert the data into a MySQL Server. The data...

    • Replies: 4
    • Views: 6,747
    08:34 AM Go to last post
  13. Using PHP + Images in an html TextArea tag

    I'm trying to add images to a TEXTAREA tag (in my PHP web page) using the usual image tag: <INPUT TYPE="image" etc. But the images are not...

    • Replies: 8
    • Views: 1,246
    05:40 PM Go to last post
  14. apostrophe madness

    Hello everyone. I am TOTALLY baffled. PLEASE, I need some help here. In the event that one must deal with a name including an apostrophe...I...

    • Replies: 6
    • Views: 671
    06:08 PM Go to last post
  15. how to force variables declaration??

    hi to all. i would like to know how to force to php to declare everything variable, example var $var; $var = bla,bla.. var $var2 = array();...

    • Replies: 2
    • Views: 2,651
    04:19 PM Go to last post
  16. #25754 [NEW]: preg_replace and preg_replace_callback are crash on long matches

    From: ilya at lebedev dot net Operating system: Win32 PHP version: 4CVS-2003-10-04 (stable) PHP Bug Type: Reproducible crash...

    • Replies: 1
    • Views: 658
    02:13 PM Go to last post
  17. php and console

    hello all, i'm doing a program that run in console (ms-dos prompt), but i have 2 smalls problems: 1) how can i clear the screen? i tryed with...

    • Replies: 5
    • Views: 2,456
    08:20 PM Go to last post
  18. Send sms via php script

    Hi, I would like to know if someone have already implement a sms based system with php and how you have done this job. Thanks in advance. ...

    • Replies: 5
    • Views: 2,864
    09:57 AM Go to last post
  19. unexpected T_STRING in (newbe)

    Hi, I am trying to fill a database mysql with php. if (!$db){ echo "Error: Could not connect to database. Please try again later."; exit; }...

    • Replies: 12
    • Views: 996
    09:57 PM Go to last post
  20. Simple (?) var_dump question

    Hi. I'm new to the list so sorry if this has already been asked before .... I want to find a way to capture the var_dump output as a string so I...

    • Replies: 6
    • Views: 483
    05:19 PM Go to last post

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139