Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Sheridan

Here is my problem. I implemented a back button using: [code=php] echo '<a href="' . $_SERVER 'HTTP_REFERER'] . '">Previous</a>'; [/code] This gets stuck in a loop when I try to go back more than one level. Can anyone help?

Member Avatar for Dukane
0
144
Member Avatar for Sheridan

Is there a way of disabling the browser back/forward buttons using PHP? Or is there a way of destroying the memory or history that the back/forward buttons use to traverse previously visited pages?

Member Avatar for network18
0
66
Member Avatar for Sheridan

HELP! I am a refugee from Apache trying to use PHP with IIS. I have PHP installed and running on IIS 6. This is good. Not so good is the fact that phpinfo() does not recognize MySql and I cannot generate error messages. Anyone know where I can look for …

Member Avatar for lightningrod66
0
109
Member Avatar for Sheridan

I need a template for web pages or even a website that would allow me to: 1. Allow password login 2. Upload images (PDF, JPEG) 3. Make these images available to selected viewers on a password basis Does anyone know of a site or utility that could help me?

Member Avatar for lio04
0
54
Member Avatar for Sheridan

I have created a page with a number of frames. One of the frames has a form with a submit button. On submit, I want to close the entire page (ALL the frames) and open the new page in a fresh window. How do I do that?

Member Avatar for Sheridan
0
90
Member Avatar for Sheridan

I want to create a "browse" button that will upload the NAME of a file (just the name, NOT the file) and pass that name onto another page. I have written the following: [code=PHP] echo '<FORM ENCTYPE="multipart/form-data" ACTION="InsertImageFile.php" METHOD=POST>'; echo '<table cellpadding = 5 border = 1> <tr><td>'; echo 'File …

Member Avatar for scru
0
67
Member Avatar for Sheridan

Instead of using the browser back/forward buttons, I want to create my own on the web page. Anyone have an idea as to how this is accomplished?

Member Avatar for Shanti C
0
157
Member Avatar for Sheridan

I have created a site which has JPEG files. For some reason they load very, veerrrrrry sloooowwwwwllllly. I am using the standard HTML img src code. Is there anything I can do to speed the process?

Member Avatar for buddylee17
0
70
Member Avatar for Sheridan

Hi: I have developed a website using php with a mysql database running on an Apache 2.2.8 server on a Windows machine running XP Professional. I now want to make this website available on the WWW using my own machine as the host server. Can anyone point me to the …

Member Avatar for martin5211
0
103
Member Avatar for Sheridan

I am trying to execute a mysql query of the form: [code=php] $query = "Select * from individuals where MotherId like '%".$iName."%' or FatherID like '%".$iName."%' "; [/code] I am getting an "unexpected FatherID" error message. FatherID is of course an attribue of the queried table. The query works as …

Member Avatar for somedude3488
0
52
Member Avatar for Sheridan

Hi: I'm not sure that this problem has a solution but here goes. I am retrieving a list of names from a database and displaying them on a web page. The list would have the form: Doe, John Smith, Harry Jones, Dan I want each name to be a hyperlink …

Member Avatar for silviuks
0
172