RE: PHP calling PHP?
От | Christian Marschalek |
---|---|
Тема | RE: PHP calling PHP? |
Дата | |
Msg-id | 000001c0d579$c1874240$0200a8c0@server обсуждение исходный текст |
Ответ на | Re: PHP calling PHP? ("Gyozo Papp" <pgerzson@freestart.hu>) |
Список | pgsql-php |
That's excatly what I needed :) Thanks. Another one: If I have a html form an in it a text field with the a name like this: name="foo*bar" How would I refer to it in my php script? Normaly variable names have no * in them, do they?:) Chris > -----Original Message----- > From: Gyozo Papp [mailto:pgerzson@freestart.hu] > Sent: Saturday, May 05, 2001 3:33 PM > To: Christian Marschalek; [PHP] PostgreSQL > Subject: Re: [PHP] PHP calling PHP? > > > > if (! $ok ) > { > // register your variables with the current session > // in order that you are able to use it in the other page > (fillin.php) > Header("Location: fillin.php"); > exit; > } > > see header() function in the manual! > and I > > ----- Original Message ----- > From: "Christian Marschalek" <cm@chello.at> > To: "[PHP] PostgreSQL" <pgsql-php@postgresql.org> > Sent: 2001. május 5. 14:51 > Subject: [PHP] PHP calling PHP? > > > > Hi! > > > > Let's say I want to insert some data into my db and I want > to be sure > > that the user fills out alle the requiered fields. > > > > I'm thinking of that: I want to pass the data to a PHP > script and if > > there's something missing I want to call the input PHP script again > > but this time with the already inserted data. I can I call a link > > inside a PHP script without having the user to click on it? > > > > Tia Chris > > > > > > ---------------------------(end of > > broadcast)--------------------------- > > TIP 4: Don't 'kill -9' the postmaster >
В списке pgsql-php по дате отправления: