| Thread | Last Post | Replies |
|
| Looping from a fetcharray() | 31 Jul 2007 23:18 GMT | 3 |
I have a SQL query that returns all company names containing a user defined keyword. I store all this information using: $listings = mysql_fetch_array($result); That query works fine, as I am able to see the first company. What I
|
| PLEASE HELP - PHP menus | 31 Jul 2007 20:49 GMT | 2 |
Could some PHP guru please help me? I am trying to create menus whose content will be extracted dynamically from a database table. What I am not sure about is how the information that is extracted from the database is to be sent to the menu.php file, if I am trying to use a
|
| POST form to dynamic page name | 31 Jul 2007 19:58 GMT | 6 |
I've got a simple form with an HTML OPTION block. I'd like to POST the form to a page whose name is based on the OPTION they select. So for example say the user selected this option, I'd like to POST the form to a page named "memory.php".
|
| PHP Installation Problems | 31 Jul 2007 15:06 GMT | 11 |
I am setting up one of my PC's as a server. So far I have loaded Apache2.2.4 which works fine across my internal network using the IP address of the server. I have also loaded PHP5.2.3 and Mysql5. Simple PHP also works on webpages across my new intranet.
|
| Parse arrays. | 31 Jul 2007 13:08 GMT | 5 |
have a simple problem, my array is :- $c = array( "2" => array(
|
| [reading email] How to save the attachments? | 31 Jul 2007 11:08 GMT | 4 |
I'm looking for a script which allows me to read emails and attachment from a pop server (then I'll save the email's text in a db and the attachments on the server). So I have found this article: http://www.phpit.net/article/read-email-php-pop3/
|
| Does passing an uninitialized array variable initialize it? (PHP 5) | 31 Jul 2007 03:01 GMT | 12 |
The following code never sees the end of the array, and generates an out of memory error under PHP5 (both CLI and Apache module) : while (isset($rank[$i])) { $rank[$i] = trim($rank[$i++]);
|
| Editing Files: Help! | 31 Jul 2007 02:38 GMT | 4 |
Ok, so this is probably the easist question ever posted, but I honestly can't find the answer (if there is one). How do I (by which function) add data to a file at the beginning of a file, rather than the end of the file (as is with fopen(file, "a"))?
|
| php mail not working on win98 | 31 Jul 2007 00:54 GMT | 1 |
I am getting this error on win98: Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in
|
| Parse arrays. | 31 Jul 2007 00:03 GMT | 1 |
have a simple problem, my array is :- $c = array( "2" => array(
|
| unexpected T_STRING, expecting T_VARIABLE | 30 Jul 2007 23:23 GMT | 5 |
PHP 5.2.3 When I execute this code I get an "unexpected T_STRING, expecting T_VARIABLE" error .. on line 13, which is this line : public test() If I comment out this test method and execute this script then only
|
| mysqli problem with stmt and binding parameters. | 30 Jul 2007 20:49 GMT | 4 |
I have a website that I was moving from another server to mine for somebody. This website uses mysqli functions. mysqli extensions are installed on my Linux server, PHP is 5.1.6 and and MySQL is 4.1.22 (both higher than his server).
|
| Senior PHP Developer Wanted in NYC | 30 Jul 2007 20:09 GMT | 1 |
Senior PHP Developer Wanted (New York, New York) No Relocation Assistance Offered. Must be a US Citizen to Apply. Offering $90,000-$100,000 annually with full benefits. Requirements:
|
| Scripting Language | 30 Jul 2007 18:46 GMT | 16 |
Good morning, I'm a newbie and I'm about to study a scripting language to create an HTML form. What's the best language for this, and why? JavaScript? PHP? PERL? Ajax? ASP? VBScript?
|
| Changes for PHP5 ? | 30 Jul 2007 18:31 GMT | 8 |
I'm trying out my local copy of a site that uses php4, mysql,apache2. I've moved it from a php4 machine to a php5 machine, and it doesn't work at all now. A couple of other php4 sites I've moved, which are straight php and do not use mysql are working fine though. So it seems ...
|