Dear all,<br><br>I have a script where the user has to authorise themselves (eg: Username=fred Password=hi). When they are authorised, they gain access to their details.<br><br>HOWEVER, the user is allowed to update their password (eg: password changed to "bye")!<br><br>This is a...
Dear all,<br><br>I figured out how to fix this problem. <br><br>I used:<br>"mail($address, $header, $body, $additions)", as shown in PHP manual, at "<A HREF="http://www.php.net/manual/"" TARGET="_new">www.php.net/manual/"</A>;;.<br><br>Where $additions = "FROM...
Dear all,<br><br>I figured out how to fix this problem. <br><br>I used:<br>"mail($address, $header, $body, $additions)", as shown in PHP manual, at "<A HREF="http://www.php.net/manual/"" TARGET="_new">www.php.net/manual/"</A>;.<br><br>Where $additions = "FROM...
Dear Teriyaki,<br><br>I am uncertain how you would pass an array through a URL. However, you could looking at the PHP manual at "<A HREF="http://www.php.net/manual/"" TARGET="_new">www.php.net/manual/"</A>;<br><br>Good luck.<br><br>Yours Sincerely,<br> Terry F. Jones
Dear vikter,<br><br>aDomf is correct. You do so by using (for example) $name for an input field called "name".<br><br>However 2 points that aDomf forgot to mention. 1 this works on all input fields, not just textfields (eg: Hidden fields, selection fields ... etc).<br><br>The other...
Dear all,<br><br>I tried what "aDomf" adviced, and unfortunately it didn't work. It was a nice try, but PHP appearantly stores info on the basis of the Web address domain (eg: <A HREF="http://www.xyz.com" TARGET="_new">www.xyz.com</A>).<br><br>If anyone knows how to (either ... or...
Dear all,<br><br>I have figured out how to email out. I use:<br> "mail($address, $header, $body)", as shown in PHP manual, at "<A HREF="http://www.php.net/manual/"" TARGET="_new">www.php.net/manual/"</A>;.<br><br>However, a problem occurs with this approach, it states...
Dear all,<br><br>I only wish to update the users authorisation preferable without having the user to re-enter their password (it wouldn't look good, as they may come across this region of pages a dozen times in ten minutes & having to re-enter username & password would lose customers for my...
Never mind everyone.<br><br>I figured out how to do this one!<br><br>If anyone has any suggestions about my other problems thought ... please suggest away!
Dear all,<br><br>I have written a PHP & JavaScript script, where the user can enter in some details, and submit.<br><br>One of the details however needs to pop-up a list (open a new browser ... poped up on prefer) of other users, where the user selects the person in the list ...<br><br>Upon...
Dear all,<br><br>I has a script where the user has to authorise themselves (eg: Username=fred Password=hi). When they are authorised, they gain access to their details.<br><br>HOWEVER, the user is allowed to update their password (eg: password changed to "bye")!<br><br>This is a...
Dear all,<br><br>I have 2 scripts (1 for Admin & 1 for authorised users). Currently both of these scripts store the Login username & password in the same location (in cache I think it is).<br><br>This is a problem as the Admin has to close the browser & start up a new one (to remove login in...
Dear all,<br><br>I am writting a PHP script, where I want to have several diff GUI's (each one depending on user ... eg: 1 for authorised user & 1 to say that they aren't authorised).<br><br>I wish to set it up, so that the called page is mostly HTML tags, and its only called upon in that given...
Dear all,<br><br>I am wondering what the best way to email out a message at a certain point in a PHP script is.<br><br>I am writting a PHP script (AddUser1.php3) where the user is added into a database. Once this is done, the info is sent to a 2nd script (AddUser2.php3).<br><br>At the 2nd...
Dear all,<br><br>I am new to PHP, and wish to connect up to a FileMaker Pro V5.0 database. I currently am able to connect up to a MySQL database, however my boss wants a connection to a FileMaker Pro V5.0 database.<br><br>I already have the database created in FileMaker, however, I do not know...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.