i have a question to any programmers who are knowlegable in VBscript and PHP.
Last year while i was at university i was doing a project in VB script for an ASP site, and now im am doin a similar thing but in PHP. I remember using a peice of code in VB script that was vey handy, but i do not know how to do the same in PHP.
It was basically a link that would enable the posting of information for use with variables. It would allow me to display a page with the content pulled from a database depending on a information posted in the address bar.
the code in VB script is:
Code: Select all
<TD><A HREF="StaffDetails.asp?ID=<%=objRs("Staff_ID")%>">More...</A>Cheers to anyone taking the time to read this post.
I Reh