Re: PHP variables

2001-06-05 Thread Jordan L. Chilcott
on 6/4/01 11:56 PM, g r i m m w e r k s at [EMAIL PROTECTED] wrote: > When you post a variable to the php page, if you do 'echo yourvariable' then > of course the .html page will write out the variable that was posted, right? > > So if you echo'd it, and from director: > > Tnet=postnettext("htt

Re: PHP variables

2001-06-04 Thread g r i m m w e r k s
Yeah, it's quite simple. When you post a variable to the php page, if you do 'echo yourvariable' then of course the .html page will write out the variable that was posted, right? So if you echo'd it, and from director: Tnet=postnettext("http:yourphp_page.php?somevar=this" "") then: Put nettext

Re: PHP variables

2001-06-04 Thread Jordan L. Chilcott
on 5/30/01 5:30 PM, Joel Tec at [EMAIL PROTECTED] wrote: > Is there a way to get values from some php variables... I currently can post > values into the variables using something like this.. > > goToNetPage ("anypage.php?variableinphp=anyvalue") > > Im not an exper

Re: PHP variables

2001-05-30 Thread grimmwerks
> Hi list, > > Is there a way to get values from some php variables... I currently can post > values into the variables using something like this.. > > goToNetPage ("anypage.php?variableinphp=anyvalue") > > Im not an expert in php and I think that im missing

PHP variables

2001-05-30 Thread Joel Tec
Hi list, Is there a way to get values from some php variables... I currently can post values into the variables using something like this.. goToNetPage ("anypage.php?variableinphp=anyvalue") Im not an expert in php and I think that im missing some php command to catch tha v