| Thread | Last Post | Replies |
|
| Trouble with mhash | 30 Jun 2007 22:54 GMT | 1 |
My hosting company says they have error reporting enabled, but when I visit the following page, I get a blank page with no output sent to the browser. It works on my dev environment, though. Here is the code
|
| problems with mail() and email forwarding | 30 Jun 2007 22:50 GMT | 5 |
I'm experiencing problems with sending mail using mail() to forwarded email accounts. The problem seems to revolve around the optional 4th argument of mail(), namely 'additional headers'. It seems that when I populate this 4th argument of mail(), any emails
|
| The pound # in $_SERVER variables | 30 Jun 2007 22:16 GMT | 5 |
(1) test.php?test_key=test_value $_SERVER['SCRIPT_NAME'] returns /test/test.php $_SERVER['REQUEST_URI'] returns /test/test.php?test_key=test+value $_SERVER['QUERY_STRING'] returns test_key=test+value
|
| mssql module not loading | 30 Jun 2007 21:19 GMT | 2 |
I have PHP 5.2.1 installed on IIS, WinXP Pro. The MSSQL module is not loading, or any other module that needs to be loaded manually. PHP in general works, I am able to run phpinfo().
|
| $_SESSION array goes blind when inserting <img src=""> into it | 30 Jun 2007 15:46 GMT | 4 |
Hello to all people of good will, On one page I insert into $_SESSION at 'mykey' a value: <div onclick="parent.load_pic()" id="foto_0"><img alt="image" src=""/
></div> |
| Regarding Zend PHP5 certification | 30 Jun 2007 15:34 GMT | 2 |
Hello Friends, I am planning to go for Zend PHP 5 certification exam.I am looking for members here who have completed the same and are ready to share their thoughts regarding the Value of Certification,Study Guides,Time
|
| resize image and memory limits | 30 Jun 2007 14:58 GMT | 6 |
I've to resize uploaded images with the "imagecopyresampled" but when I've images quite large (common those days) I reach the 16mb limits of the ISP. How can I fix this ? I absolutely need to resize such images. Bob
|
| Newbie 2 | 30 Jun 2007 13:09 GMT | 2 |
Notice: Undefined variable: username in /home/fhlinux169/c/ clashoff.co.uk/user/htdocs/create_entry.php on line 11 Notice: Undefined variable: password in /home/fhlinux169/c/ clashoff.co.uk/user/htdocs/create_entry.php on line 11
|
| Array_merge() Question | 30 Jun 2007 11:57 GMT | 2 |
I am writing a script to upload data to a delimited text file. The data is in the format: recordID \t the rest of the data ... It is significant that the recordID's are unique and that the newly
|
| A small problem in running PHP4 under PHP5 - $row[fieldname] | 30 Jun 2007 08:29 GMT | 3 |
I have just upgraded my php version form php4 to php5. and I met this problem, and don't know if you know the solution. My site was written in PHP4, and most parts can be running smoothly in PHP5, only that in old version, I can use $row[fieldname] to access
|
| what percentage of propessional PHP developers use OOP? | 30 Jun 2007 08:10 GMT | 13 |
Hi, ive been working with PHP for about a year and a half now, and have always been able to do everything i need with procedural code and a nice UD function include. However, i have always worked for myself (freelance) on my projects
|
| Did a phpinfo. What does this "Configure Command" output mean? | 30 Jun 2007 02:18 GMT | 3 |
I got the output listed below from phpinfo. I am running on GoDaddy. If I wanted to change the configuration of my PHP, where would i find this "configure" command? Is it documented? Configure Command
|
| Question = how to make a user session expire? | 30 Jun 2007 01:13 GMT | 3 |
i'm using the dreamweaver login. it uses php/mysql and user session. the problem i'm ecountering is that the sessions don't expire until you log out. how can i make the sessions expire in let's say 1 hour when there is
|
| php speed compared to C++ cgi | 29 Jun 2007 23:34 GMT | 6 |
I'm designing an application that will allow users to interrogate a Mysql database, using some form of regex. The database will be fairly big, and I'm wondering whether using pre-compiled C++ cgi or php will be faster?
|
| urgent please help (how to show .doc file on an html page) | 29 Jun 2007 21:57 GMT | 4 |
i have uploadeed a .doc file into server now i want to show it on a page how can i do it please help me with some code or code hints
|