Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by TerryJones

  1. TerryJones

    How to update authorisation in cache with PHP?

    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 &quot;bye&quot;)!<br><br>This is a...
  2. TerryJones

    How to email out with PHP?

    Dear all,<br><br>I figured out how to fix this problem. <br><br>I used:<br>&quot;mail($address, $header, $body, $additions)&quot;, as shown in PHP manual, at &quot;<A HREF="http://www.php.net/manual/&quot" TARGET="_new">www.php.net/manual/&quot</A>;;.<br><br>Where $additions = &quot;FROM...
  3. TerryJones

    How to set the 'FROM' aspect of an email message

    Dear all,<br><br>I figured out how to fix this problem. <br><br>I used:<br>&quot;mail($address, $header, $body, $additions)&quot;, as shown in PHP manual, at &quot;<A HREF="http://www.php.net/manual/&quot" TARGET="_new">www.php.net/manual/&quot</A>;.<br><br>Where $additions = &quot;FROM...
  4. TerryJones

    sending arrays through URL

    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 &quot;<A HREF="http://www.php.net/manual/&quot" TARGET="_new">www.php.net/manual/&quot</A>;<br><br>Good luck.<br><br>Yours Sincerely,<br>&nbsp;&nbsp;Terry F. Jones
  5. TerryJones

    PHP beginner here, any and all help would be appreciated.

    Dear vikter,<br><br>aDomf is correct. You do so by using (for example) $name for an input field called &quot;name&quot;.<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...
  6. TerryJones

    How to update authorisation in cache with PHP?

    Dear all,<br><br>I tried what &quot;aDomf&quot; 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...
  7. TerryJones

    How to set the 'FROM' aspect of an email message

    Dear all,<br><br>I have figured out how to email out. I use:<br>&nbsp;&quot;mail($address, $header, $body)&quot;, as shown in PHP manual, at &quot;<A HREF="http://www.php.net/manual/&quot" TARGET="_new">www.php.net/manual/&quot</A>;.<br><br>However, a problem occurs with this approach, it states...
  8. TerryJones

    How to update authorisation in cache with PHP?

    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...
  9. TerryJones

    How to &quot;include&quot; a HTML page in a php script ONLY when wanted?

    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!
  10. TerryJones

    How to pop-up a menu to select ... using PHP & JavaScript!

    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...
  11. TerryJones

    How to update authorisation in cache with PHP?

    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 &quot;bye&quot;)!<br><br>This is a...
  12. TerryJones

    How to have 2 scripts that login, but are stored as diff logins?

    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...
  13. TerryJones

    How to &quot;include&quot; a HTML page in a php script ONLY when wanted?

    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...
  14. TerryJones

    How to email out with PHP?

    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...
  15. TerryJones

    How to make a Database connection with FileMaker Pro V5.0, in PHP?

    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...

Part and Inventory Search

Back
Top