Memory Management

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
raheel
Forum Newbie
Posts: 1
Joined: Thu Jan 16, 2003 6:32 am
Contact:

Memory Management

Post by raheel »

hi everybdy,

how to get data from client end and hold it or store it in system memory, without using any component(com, com+).

im wtng for rply.
tks
Rgds

Raheel.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

store it between two requests? I doubt it is possible.
Maybe sessions are sufficient for your needs. http://www.php.net/manual/en/ref.session.php
Post Reply