[PHP] Help! Transparency using GD with PNGs!

2002-04-30 Thread Cam
local server's configuration. Anyone have any suggestions as to how I might correct this? Thanks, Cam -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Redirect Function?!!

2001-12-06 Thread Cam
Anyone know of a way to redirect to another page with PHP? I'm aware of the META tag redirection via the HTTP header, but I really need a more elegant solution that redirects immediately without relying on any HTML tags. Appreciate the help, -C -- PHP General Mailing List (http://www.php.net

[PHP] Storing data from several forms of the same type in an array

2001-03-28 Thread cam k
I would like to store data from several forms (same form, different data) so that the info can be written to a database all at once. The reason being is that I would like to have all this information tied to information from a general form. eg. I have a general information form in one frame on

Re: [PHP] Storing data from several forms of the same type in an array

2001-03-28 Thread cam k
;[EMAIL PROTECTED]> wrote in message 99ujc9$nvb$[EMAIL PROTECTED]">news:99ujc9$nvb$[EMAIL PROTECTED]... > How about use JavaScript to do that. > You should be able to access all forms, frames in browser. > > -- > Yasuo Ohgaki > > > ""cam k"" &

[PHP] javascript to php

2001-03-29 Thread cam k
does anyone know how to pass values in javascript variables to php variables?? Or a workaround if no direct solution... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrat

[PHP] Re:javascript to php

2001-03-29 Thread cam k
what exactly are you trying to do? pass variables to a php script? then use a form with POST or GET...not that simple? describe better what you're doing then... -jack cam k wrote: ok, I'll explain this a little better, bear with me. I have several forms in different frames and one

Re: [PHP] Re:javascript to php

2001-03-29 Thread cam k
ently > about arrays in sessions, and some good sample code...checkout the list > archives... > if you didn't want to use sessions you could just keep passing one large > array to your different php scripts and then passing that into your > database at the end when you're do

Re: [PHP] registering an array into a session (?)

2001-04-01 Thread cam k
No idea if this will help, but not sure why you are serializing the array... // sessionarray.php4 session_cache_limiter(""); session_start(); session_register('name'); session_register('city'); session_register('state'); session_register('postcode'); session_register('pagecount'); if (pagecoun