[PHP] Merging Strings

2005-05-03 Thread Rolf van de Krol
something wrong? I'm using PHP 4.3.10 with Apache 1.3.33 on W2K Pro, but the server of my hosting provider does the same (php 4.3.10 + apache (don't know the version, i guess 1.3.33) on linux (i'm not sure, but i thought it was redhat)). Rolf van de Krol -- PHP General Mailing List (http

[PHP] Creditcard transactions

2004-04-01 Thread Rolf van de Krol
Hi all, Does anybody know a good start to search for information about creditcard transactions handled by php? I've tried Google, but I didn't find relevant information. Rolf /// / Suicidal twin kills sister by mistake!/

[PHP] OOP Get Parent data

2004-03-11 Thread Rolf van de Krol
Hi everybody, In the code below are three x-char in the function parent_test of the class browser. What do I have to type there when I want to get the var $test from the session-object. class session { var $test=TEST; var $browser; function init() { $this-browser = new browser; } } class

[PHP] Parse error

2004-02-17 Thread Rolf van de Krol
Does anybody know what this error can meen? Parse error: parse error, unexpected T_VARIABLE in /www/htdocs/rolfvand/thinkquest/browsercheck.php on line 46 What is a T_VARIABLE? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Parse Error

2004-02-17 Thread Rolf van de Krol
More info about the parse error of my previous post: The lines 45-46: $mysql_query = INSERT INTO sessions(sessionid,ver,agent,bwinf,screenwidth,screenheight,availwidth,avail height) ; $mysql_query .= VALUES('$sessionid','$ver','$agent','$bwinf',$scrwidth,$scrheight,$availwid th,$availheight); The

[PHP] Session (maybe cookies)

2004-02-03 Thread Rolf van de Krol
-Powered-By: PHP/4.3.3 Connection: close Content-Type: text/html Does anybody know why these errors occurs?? Waiting for answer, Rolf van de Krol -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Cookies

2004-01-21 Thread Rolf van de Krol
Hi all, When I try to set a cookie, an error occurs: 'Cookie already set'. Does anybody know why this error occurs?? I don't know. Rolf van de Krol -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] RE: How to make a timer inside the database?

2004-01-20 Thread Rolf van de Krol
Hi Radwan, There's something like a MySQL-manual when you want to know something like this, but I understand it if you don't want to read it at all. It's a kind of big. I don't expect it is possible top put a timer in MySQL, but why shouldn't you put the start time in the database. Everytime you