- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
6 Posted Topics
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 if you want it in three folders, …
Here is the official PEAR MAIL page. [URL="http://pear.php.net/package/Mail"] http://pear.php.net/package/Mail[/URL] and here is the link to download mail.php [URL="http://download.pear.php.net/package/Mail-1.1.14.tgz"]http://download.pear.php.net/package/Mail-1.1.14.tgz[/URL]
[QUOTE]when the close window buttton is clicked in the pop up,i want to close the pop up and the path should be displayed as a link in the parent window[/QUOTE] What do you mean by "Path should be displayed as a link to the parent window" do you mean if …
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.
Also, if you are having issues with it, I noticed that $_depth is mispelt in your parameters. [QUOTE=brooksm;716537]function get_employees_by_hierarchy( $_employee_id = 0, $_dept[COLOR="Red"]h[/COLOR]= 0, $_org_array = array() ) {[/QUOTE] So if it's not working, try adding the H I highlighted in red.
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 have a post variable $_POST['firstName'] passed through a web form, and then I look at the variable …
The End.