; same when register_globals = On
I'm really puzzled by this; could someone please point me in the right
direction?
--
Alexander Deruwe
AQS-CarControl
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
er it, but I have to
write code that will run on 4.0.6.
Versions and the like:
PHP 4.2.2
Apache/1.3.26 (Unix) Debian GNU/Linux
All this on Linux ppc (benh kernel) 2.4.19
Thanks in advance,
--
Alexander Deruwe
AQS-CarControl
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit
e CC me in replies)
Thanks in advance,
--
Alexander Deruwe ([EMAIL PROTECTED])
AQS-CarControl
--
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 administrators, e-mail: [EMAIL PROTECTED]
, and thus my
code creates it anew.
Basically what I am trying to do is add new stuff to the array, after it
has been passed to the template and back into the script.
Thanks,
(please CC me in replies because I no longer subscribe to php-general
due to too much traffic..)
--
Alexander Deruwe
On Tue, 27 Nov 2001, narko wrote:
> How can i start using templates?
PHPLib or Smarty come to mind. Search Google.
--
Alexander Deruwe ([EMAIL PROTECTED])
AQS-CarControl
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands
, please?
--
Alexander Deruwe ([EMAIL PROTECTED])
AQS-CarControl
--
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 administrators, e-mail: [EMAIL PROTECTED]
If you reply, please include a CC for me, as I am on digest (I don't have
time to sort through all the messages at work anyway, but I do contribute
from home. :)
Thanks
--
Alexander Deruwe ([EMAIL PROTECTED])
AQS-CarControl
--
PHP General Mailing List (http://www.php.net/)
To unsubscri
4.10-ac11.
Distribution debian unstable.
Thanks in advance,
Alexander Deruwe
--
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 administrators, e-mail: [EMAIL PROTECTED]
On Wednesday 03 October 2001 12:13, Jan Grafström wrote:
> Hi!
> How does server handle the .inc extension and for what do I use it ?
You should be aware that if the webserver is not set up to handle .inc files
as PHP code, that it might output them as text to the user. Thus possibly
showing pa
On Wednesday 03 October 2001 14:30, Eduardo Kokubo wrote:
> Is there any function in PHP that is similar to alert() or confirm() of
> javascript ? I tried die() but that's not what I need.
PHP is server side, so you cannot have it pop windows up, or ask the user
questions in an inputbox (unless
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tuesday 02 October 2001 18:11, tonyz wrote:
> why bother charting logouts. use cookies that expires so you know that
> they will eventually lose access and need to login again.
Yes, but then I can't show a list of logged in users (for administrat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hey all,
I keep track of my users using PHP4 sessions, with verification against a
PostgreSQL database.
How can I detect when a user logs out / is logged out? I provide a hyperlink
'Logout' which users are supposed to click, so I can obviously che
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sunday 30 September 2001 21:36, Nikola Veber wrote:
> Hi !
>
> I was able to determine the user's screen resolution, but I'd like to let
> php know that(the next page loaded should be in
> the right resolution, I'd like to pass a value to php, but
On Friday 21 September 2001 01:45, Neil Silvester wrote:
> Another PHP problem has kept me up all night, scouring through my database
> books and trying everything I could think of. I am still new to the MySQL
> and PHP field, but never the lass I will not give up.
> $cat is a variable that is pas
must have been in this position before. :)
I hope I explained the problem ok, I tend to get carried away.
Thanks in advance,
Alexander Deruwe
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contac
On Monday 17 September 2001 15:24, you wrote:
> Well,
>
>
>
> always works fine for me.
>
> Note that you should use "action" instead of "target", and the semicolon
> after $PHP_SELF should be inside the ?> not outside of it... might be one
> of these two errors causing the problem (although I ca
then reload the caller page so
that the just added record appears in the combobox where the user can select
it for completing the file? Or add it to the combobox manually with
JavaScript to avoid a reload?
Alexander Deruwe.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e
Hey all,
If anyone else out there is using Smarty as templating engine, how do you put
JavaScript into the template? It seems to barf on the opening and closing
braces of every JS function, rendering JS totally useless. I must be missing
something.
ad.
--
PHP General Mailing List (http://ww
On Thursday 06 September 2001 21:20, James wrote:
> Multiple part question to all:
I would like to add a 12th question to this:
12) Is it useful to release source for a business application, specifically
target to one line of work? Are there any considerations beside the obvious
(what license,
On Thursday 06 September 2001 16:35, Nikola Veber wrote:
> Can anyone who has this book suggest what chapters should
> I read first or which topics on php are the most apropriate for a beginner.
You shouldn't use the cookbook in that way. Try like this: You are writing
whatever application it is
On Wednesday 05 September 2001 17:17, Joseph Bannon wrote:
> I have a foreach loop running in a function. During the foreach loop, if a
> variable matches another variable, it does "return $variable". My question
> is this: does the function automatically stop running when the variable is
> return
On Wednesday 05 September 2001 16:19, sagar wrote:
> hi,
>
> can i connect to php from a vb appliation.
> should this be asked elsewhere (if so pl
> let me know)
Uhm, I don't quite understand what you mean there. Anyhow, accessing PHP from
VB seems kindof, like a nono, but perhaps you mean acces
On Monday 03 September 2001 09:47, A. op de Weegh wrote:
> How do I make sure in the something() member of class B, that the parent
> class member something() is also called? Can I do this:
Hello there, person with the same name as self, :)
class B extends A {
function something() {
On Wednesday 29 August 2001 19:38, you wrote:
> Hi !
>
> I have a Problem with a Countdown.I want that somebody can register through
> my PHP Script. After the Registration the Script should email this person
> after exact 30 days on his emailadress without visiting the Homepage
> again.So how sho
On Wednesday 29 August 2001 14:45, Glyndower wrote:
> Heres my "I'm a newbie" question... exactly how and where do I define the
> variables so that i can use them in a different order than they are in the
> query?
Go over your results like this instead:
while ($row = mysql_fetch_row($result))
On Wednesday 29 August 2001 19:08, you wrote:
> Sorry to post here but i need to know this info fast!
>
> How do i make a scrolling marquee in HTML without using javascript
You use the Insert scrolling text here tags.
ad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail:
Hello Maxim,
Basically I mean this: I load the page, it has two comboboxes ( with ).
The first one contains names of countries, the second names of cities within those
countries.
When I select "Belgium" in the first one, I only want to see all Belgian cities.
Now with JavaScript this wouldn't re
Hey all,
I've run into a little problem:
Take, for example, combobox A and combobox B. Suppose B's s depend on what is
selected in A..
Is it possible to update B according to what is selected in A?
Thanks,
Alexander 'ad' Deruwe
--
PHP General Mailing List (http://www.php.net/)
To unsubscri
On Fri, Jul 06, 2001 at 11:28:38AM +0200, Andy wrote:
> I got a data file containing this line:
> $ 1'000'000.-
>
> Then I read and echo this line
> $fp = fopen ( $sFilename,"r");
> $sData = fgets ( $fp, 1000 ) )
>
> echo $sData
>
> Now what came out is
> $ 1\'000\'000.-
>
On Thu, Jul 05, 2001 at 12:05:28PM +0200, Tom Gitzinger wrote:
> Hello Richard,
>
> I'm not quite sure but I think the problem is the following:
> - If no month has been specified, the variable $month is not defined.
> - If you then mention $month in
>if ($month == "")
> the Pars
30 matches
Mail list logo