Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #4K
~631 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

6 Posted Topics

Member Avatar for danishbacker

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, …

Member Avatar for sftranna
0
185
Member Avatar for enzogoy

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]

Member Avatar for gingank
0
164
Member Avatar for queenc

[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 …

Member Avatar for BrettH
0
71
Member Avatar for joseph1980

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.

Member Avatar for BrettH
0
42
Member Avatar for brooksm

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.

Member Avatar for BrettH
0
74
Member Avatar for BrettH

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 …

Member Avatar for BrettH
0
95

The End.