Ok so now new question, if u copy a result from Javascript across the URL, can you retrieve the data through PHP???? if so how, is it just the normal way???? Cheers all!
Excellent cheers this worked! Once I retrieved it into my form how can I set another txt box below to a string automatically. For example if HARDWARE was inserted the textbox below will print GREEN if its SOFTWARE then AMBER and if NETWORK then RED etc etc... If I could get this working I would be dead happy! I presume its using an IF statement but I am unsure how to get it all working correctly. Cheers!
if ($entered_text == "HARDWARE"
{
?>text box that has green color<?php
}
elseif($entered_text == "SOFTWARE"
{
?>text box that has amber color<?php
}
etc...
?>
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.