Forum: PHP Oct 27th, 2008 |
| Replies: 13 Views: 1,599 Here is the official PEAR MAIL page.
http://pear.php.net/package/Mail (http://pear.php.net/package/Mail)
and here is the link to download mail.php
... |
Forum: PHP Oct 24th, 2008 |
| Replies: 2 Views: 428 What do you mean by "Path should be displayed as a link to the parent window" do you mean if you hover the mouse over the link that it shows the URL? That would be taken care of as a "title" tag in... |
Forum: PHP Oct 21st, 2008 |
| Replies: 2 Views: 2,767 Do you know if the PHP is set up at CGI or Apache Module?
You should be able to create a file php.ini in any folder that you wish to change the upload size in if there is not already one there. So... |
Forum: PHP Oct 20th, 2008 |
| Replies: 2 Views: 428 I'm going to agree with the above statements.
Is the text file a CSV? A Tab-Delimited?
We can't really help without knowing these things. |
Forum: PHP Oct 20th, 2008 |
| Replies: 2 Views: 636 Also, if you are having issues with it, I noticed that $_depth is mispelt in your parameters.
So if it's not working, try adding the H I highlighted in red. |
Forum: PHP Oct 20th, 2008 |
| Replies: 2 Views: 551 AH, awesome, thank you very much.
I couldn't remember the setting name but I remembered something concerning that. After you mentioned that I checked my phpinfo() and sure enough, Register Globals... |
Forum: PHP Oct 20th, 2008 |
| Replies: 2 Views: 551 Hi,
So, I'm working on some PHP scripts, and I never noticed this happening before, but on all of my PHP scripts, any POST variables automatically become regular variables.
For example:
If I... |