[PHP] Re: cant get data - Solved

2005-04-15 Thread kyriacos sakkas
Solved getallheaders() worked. Kyriacos Sakkas wrote: > Hi all, > I have a problem getting the data from a post request. I have tried > $_POST and $HTTP_RAW_POST_DATA and they appear to be completely empty. > the always_populate_raw_post_data directive is set to on. >

[PHP] cant get data

2005-04-15 Thread kyriacos sakkas
/1.1 Host: 212.31.98.213 Connection: keep-alive, TE X-External-Id: ef58e0602c7db247419ca535eb66e4d4 X-Recipient: 99527583:0:0 X-Sender: 4000 X-Status: done TE: trailers Any ideas ? I am at a loss here Thanks, Kyriacos -- Kyriacos Sakkas

[PHP] php SMPP

2005-04-13 Thread kyriacos sakkas
I have not been able to compile the php side of them (keep getting compilation errors for on file), so now I am stuck. Any pointers to existing scripts, or advice on how to create SMPP pdu's manually will be very appreciated. thanks Kyriacos -- Kyriacos Sakkas Net

[PHP] Re: using rand()

2005-04-08 Thread kyriacos sakkas
in the logic part...help please? > > Thanks, > Ryan > > > -- Kyriacos Sakkas Netsmart Development Team Tel: + 357 22 452565 Fax: + 357 22 452566 kyriacos(at)netsmart.com.cy http://www.netsmart.com.cy Taking Business to a New Level! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] problems with outputing a new line

2005-04-08 Thread kyriacos sakkas
t;relative path: $relative_path" . chr(13) . chr(10); >> echo "absolute path: $absolute_path" . chr(13) . chr(10); >> $absolute_path = >> $_SERVER["DOCUMENT_ROOT"]/web_root_relative_path_to_header.lib; >> #echo "absolute path: $absolute_path"; >&

Re: [PHP] POST parsing troubles

2005-04-06 Thread kyriacos sakkas
ways-populate-raw-post-data > > > Felhő my mistake on previus reply variable $HTTP_RAW_POST_DATA now contains the info i need. Thanks -- Kyriacos Sakkas Netsmart Development Team Tel: + 357 22 452565 Fax: + 357 22 452566 kyriacos(at)netsmart.com.cy http://www.netsmart.com.cy Taking Busin

Re: [PHP] POST parsing troubles

2005-04-06 Thread kyriacos sakkas
ways-populate-raw-post-data > > > Felhő My problem is how to acces the content, the above setting doesnt seem to load it into any of the arrays. -- Kyriacos Sakkas Netsmart Development Team Tel: + 357 22 452565 Fax: + 357 22 452566 kyriacos(at)netsmart.com.cy http://www.netsmart.c

[PHP] Re: if question

2005-04-06 Thread kyriacos sakkas
possible solution: http://www.php.net/function.in-array William Stokes wrote: > Hello, > > I need to test if a variable value is 3 or 6 or 9 or 12 or 15 or 18 ... goes > on like this. > > How this can be done? > > Thanks > -Will -- Kyriacos Sakkas Netsmart Dev

[PHP] POST parsing troubles

2005-04-06 Thread kyriacos sakkas
. Thanks in advance, Kyriacos Sakkas -- Kyriacos Sakkas Netsmart Development Team Tel: + 357 22 452565 Fax: + 357 22 452566 kyriacos(at)netsmart.com.cy http://www.netsmart.com.cy Taking Business to a New Level! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] Re: SQL statement - date

2005-04-06 Thread kyriacos sakkas
Jacques wrote: > How should I formulate my sql statement to create a result set of members > who registered between now and 7 days ago? > > I have tried the following and it is obviously incorrect: > > $sqlnewmembers = "Select uid, uprofilename from tblusers where udatereg > between (date() and