PHP hyperlinks generator
Hi
I need some help to get this done using php:
1 - I have few hyperlinks say 500
Server side $_SESSION
how does one keep the session completely server side. no cookies to the browser at all. i need this
parameter passing issue on function
Well I thought I had created a pretty slick web page, using ?page and $_GET to load pages which wher
writing a screen scraper
Hello,
I'm writing a screen scraper application and want to be able to get absolute addresses
Asset Transfer from One plant to another within same company code
Hi,
Please advise how to transfer one asset from one plant to another plant within same c
subtract 1 from value entered in text field
Hi
How do I subtract 1 from the vaue entered into a text field?
Thanks
updating a single value to multiple non consecutive rows
I need to update the same value to multiple non consecutive rows. I need to add an experation date t
Displaying an image using echo command
I had done a query on my database, one of the fields being an image reference to a directory where a
Transform value 0 in no and 1 in yes help needed
Hello,
I have this in the table: "value" type int 0 to represent false and 1 to represe
PHP friend keyword equivalent
is there a PHP equivalent for the C++ friend keyword?