Re: [PHP] free php web hosting

2001-10-26 Thread hassan el forkani
www.f2s.com At 17:20 26/10/01, Kamran H. Hassan wrote: Hi, can any body know about free php mysql free web hosting service provder ? i will be greatful if u let me know Kamran H. Hassan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP] instant session expiration problem

2001-10-01 Thread hassan el forkani
hi don't put an expiry date in the cookie, this way it should expire when the browser window is closed, just aguess... regards At 22:07 30/09/03, Ryan Mahoney wrote: When a client date is ahead of my server or incorrect the cookie that php uses to maintain the session is expired immediately

Re: [PHP] Any Free Web Hosts that still support the mail( ) function out there?

2001-09-22 Thread hassan el forkani
hi try this one http://www.f2s.com , free space , no ads, most php features supported (including mail) regards At 11:44 22/09/01, Meir Kriheli wrote: On Friday 21 September 2001 23:51, Salty Marine wrote: Greetings to Felix and All: I must agree that http://coolfreepages.com/ is a really

[PHP] a bug???

2001-09-11 Thread hassan el forkani
4.06 as .exe; if i remove one of the above functions everything returns to normal... everything works fine on my linux machine; has anybody experienced something similar? regards; Hassan El Forkani http://www.warmafrica.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e

[PHP] a bug???

2001-09-07 Thread hassan el forkani
4.06 as .exe; if i remove one of the above functions everything returns to normal... everything works fine on my linux machine; has anybody experienced something similar? regards; Hassan El Forkani http://www.warmafrica.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e

Re: [PHP] Re: Plese help me

2001-09-03 Thread hassan el forkani
hi just a suggestion as itworked for me, try to edit the dll in notepad and do a string search for dll without the quotes make sure all the dlls you find exist in your windows/system folder that kind of error usually happens when there are some dlls referenced in the extension; www.php4win.de

Re: [PHP] Re: Problem using session

2001-08-28 Thread hassan el forkani
yes and be carefull to put that before any aoutput is sent to the browser (even a blank space is an output) regards At 14:20 28/08/01, Rosen wrote: And one question: Should I use session_start() in every php file on my site ? Thanks, Rosen -- PHP General Mailing List

Re: [PHP] Print..

2001-08-27 Thread hassan el forkani
hi check this out before posting: http://php.net/manual/en/ref.printer.php windows specific functions regards At 13:59 27/08/01, MBK wrote: the function printer_open() or printer_write() doesn't exist in php. I don't know where you saw those functions. - Original Message - From: Daniel

RE: [PHP] The future of PHP

2001-08-25 Thread hassan el forkani
hi rasmus: PHP is not marketed the way Java and .NET is. There are no multi-billion dollar corporations behind PHP and asking us, and apparently me personally, to make that happen is unrealistic; true, but who can afford java and .net? oracle..., certainly not the small and medium size

RE: [PHP] Re: send mail to mailing list using mail() or smtp?

2001-08-25 Thread hassan el forkani
use php for everything from subscription management to email authoring and use a perl script to effectively send the emails At 10:08 25/08/01, Niklas Lampen wrote: I'm sending a huge amount of mails with php. How can I send mail directly to the smtp server? Right now I'm using pipe to send

Re: [PHP] IIS

2001-08-21 Thread hassan el forkani
:)) Microsoft's web server (Internet Information Server) At 16:52 22/08/01, nafiseh saberi wrote: hi. what is IIS? thanks. -- 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

Re: [PHP] Checking FTP server response

2001-08-20 Thread hassan el forkani
if you just want to check for the existence of the server a ping command is sufficient, if you want to have extended info on the server you should connect to it using standard ftp commands(http://www.ualberta.ca/CNS/HELP/filetran/ftp-commands.html) opening a socket and... regards At 01:19

Re: [PHP] need real expert (geting outer files) *english/german*

2001-08-16 Thread hassan el forkani
hi that url is 445 characters long; the maximum (i believe) is 255 characters, maybe that's why your file is truncated; just a guess; regards At 09:26 16/08/01, you wrote: http://www29.gmx.net/v4/register?FILE_POS_OLD=0ADDR_CHECK=t=COMPANY=TITL

[PHP] OOP message board

2001-08-13 Thread hassan el forkani
hi does anybody know of a message board written in OOP style? thanks for helping; regards -- 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

RE: [PHP] Session problem

2001-08-07 Thread hassan el forkani
/realtors/count.php The entire code for that page, taken from an example on zend: ?php session_register (count); $count++; ? Hello visitor, you have seen this page ?php echo $count; ? times.p Try loading it about 10 times or so, watch what happens. Chad -Original Message- From: hassan el

RE: [PHP] Session problem

2001-08-07 Thread hassan el forkani
it about 10 times or so, watch what happens. Chad -Original Message- From: hassan el forkani [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 8:34 AM To: Chad Day Subject: RE: [PHP] Session problem hello At 15:16 07/08/01, you wrote: My code: auth.php: session_start

RE: [PHP] Session problem

2001-08-07 Thread hassan el forkani
an example on zend: ?php session_register (count); $count++; ? Hello visitor, you have seen this page ?php echo $count; ? times.p Try loading it about 10 times or so, watch what happens. Chad -Original Message- From: hassan el forkani [mailto:[EMAIL PROTECTED]] Sent: Tuesday

Re: [PHP] ICMP Ping

2001-08-07 Thread hassan el forkani
look for icmp at http://phpclasses.upperdesigns.com i beilive there is a class that does just that regards At 18:11 07/08/01, you wrote: Hi, I'm trying to write a port scanner similar to http://scan.sygatetech.com to expose security holes in a PC or server. However, I can't figure out

[PHP] Re: mysql escape character \'

2001-08-07 Thread hassan el forkani
: +49-30-46307-382 Fax: +49-30-46307-388 - Original Message - From: hassan el forkani [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, August 07, 2001 4:32 PM Subject: mysql escape character \' greetings; i'm not sure if this is a mysql or php issue so

RE: [PHP] Matching Question

2001-08-04 Thread hassan el forkani
ok, if i understand you correctly, you're taking data from a form and want to check that it is not already in the database, right? then why don't you include the submitted vars in the query like this: $sql = SELECT First_Name, Last_Name, Address FROM $table_name WHERE (Family_Position = 'H' or

Re: [PHP] echo vs printf

2001-07-17 Thread hassan el forkani
whereas to echo it you'd have to concatenate the string. false you don't have to concat strings with echo you can print vars the same way as print regards 16/07/01 17:48:43, Steve Brett [EMAIL PROTECTED] wrote: i seem to remember reading somewhere that print acts like (is) a function,

Re: [PHP] how to hide dbconnect file if its in published directory?

2001-07-14 Thread hassan el forkani
well... i don't think there should be any problem if the included file is a class (right???) come to think about it, is it possible to create an object by passing a url like this: file.inc?file=new mysqlfile-conn() i mean would this run the class?? regards At 05:00 14/07/01, Rasmus

Re: [PHP] how to hide dbconnect file if its in published directory?

2001-07-13 Thread hassan el forkani
there should not be any problem if your web server is configured to parse .inc extentions as PHP, in wich case, even if the file is called separately, the server will strip php tags and send normal html output. regards At 00:11 10/07/01, Noah Spitzer-Williams wrote: Hey guys, I come

Re: [PHP] referencing arrays in arrays

2001-07-02 Thread hassan el forkani
have you tried doing it using while()? At 01:28 29/06/01, Anette Löfquist wrote: I have an array, $field, like following: Array ( [0] = Array ( [0] = Array ( [disp] = computer [index] = computer ) [1] =

Re: [PHP] Sorry, what is PWS

2001-05-09 Thread hassan el forkani
i have tried both PWS and Apache on a windows98 machine, and franckly Apache is much much better just grab a binary distribution install it and go through the httpd.conf to configure it (that's the trikiest part but the file is very well commented ) voila! best combination: php, apache, Mysql

RE: [PHP] remotely include file

2001-05-09 Thread hassan el forkani
with this is that your includes could be easaly downloaded and read by anyone on the host server, but you could restrict access to those files to some hosts. regards hassan el forkani 09/05/01 13:37:55, Ben Cairns [EMAIL PROTECTED] wrote: When PHP does a require or an include on a remote

Re: [PHP] passing parameters in the url using forward slashes

2001-05-09 Thread hassan el forkani
hmm.. good question i don' t know exactly how it's done but i actually know a site that uses this extensively www.emp3finder.com, they concat strings i think it involves massive server configuration regards 09/05/01 14:08:25, Franklin van Velthuizen [EMAIL PROTECTED] wrote: -- PHP