[PHP] Header issues

2005-04-05 Thread Mahmoud Badreddine
I have a web-page divided into two frames : "margin" and "main". Inside the "margin" frame area, I have a pull-down menu that lists all the tables in my database. Upon choosing the appropriate table from the pull-down menu I click a button to display the table. I use the Header( ) function. This

[PHP] Re: How do I make tab spaces in a mail?

2002-03-19 Thread Mahmoud
> > How do I write to get the tab spaces? > -- Use \t visit http://www.php.net/manual/en/language.types.string.php for more details Regards, Mahmoud -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: combining headers with includes

2002-03-19 Thread Mahmoud
e a dramatic improvement in your output :-) Regards, Mahmoud -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] preg_replace on digit word boundry in 2 lines how about 1?

2002-03-19 Thread Mahmoud
Hi, Don't know if it's the best way, but it works: will print 123,joe,123 Regards, Mahmoud -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Retrieving Windows 98/NT/XP Login with PHP - Possible?

2002-03-19 Thread Mahmoud
ook at its output. Regards, Mahmoud -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: T_CONSTANT_ENCAPSED_STRING error

2002-03-18 Thread Mahmoud
oth meant to be the same? A parse error will be reported on the line AFTER a require(_once) if the required file does not exist. That's why I'm suspecting that file homedir.php does not exist in the same directory as index.php. Regards, Mahmoud -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: T_CONSTANT_ENCAPSED_STRING error

2002-03-18 Thread Mahmoud
oth meant to be the same? A parse error will be reported on the line AFTER a require(_once) if the required file does not exist. That's why I'm suspecting that file homedir.php does not exist in the same directory as index.php. Regards, Mahmoud -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP Mail() Problem

2001-08-14 Thread Mahmoud Kassem
When I send an email using mail() I can the emails from nobody (using outlook) and in some programs like AOL from Unknown and in Web Based Emails like Yahoo I get it Correct and in Outlook Express also correct How can I fix this problem ? After some tests I found out Nobody on behalf of myemai

RE: [PHP] Mail()

2001-08-13 Thread Mahmoud Kassem
: Monday, August 13, 2001 6:12 PM To: Mahmoud Kassem Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Mail() rather than be rude about it, try reading the whole message and then looking through the PHP documentation. http://www.php.net/manual/en/function.ini-set.php

RE: [PHP] Mail()

2001-08-13 Thread Mahmoud Kassem
I said before I do not have access to the php.ini I am on a virtual Hosting ... -Original Message- From: Michael Geier, CDM Systems Admin [mailto:[EMAIL PROTECTED]] Sent: Monday, August 13, 2001 4:43 PM To: Mahmoud Kassem; ReDucTor Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Mail() your

RE: [PHP] Mail()

2001-08-13 Thread Mahmoud Kassem
I tried using the ini_set() but did not affect .. Can you tell me the commands I should use? - for the .htaccess : I only few knowledge about using .htaccess, so can you tell me what to write in the .htaccess file ? Thanks Mahmoud -Original Message- From: Maxim Maletsky [mailto:[EMAIL

RE: [PHP] Mail()

2001-08-12 Thread Mahmoud Kassem
THe same .. did not make a difference .. for php.ini settings : I am on a virtual hosting .. so I do not have access to the php.ini file -Original Message- From: karthik [mailto:[EMAIL PROTECTED]] Sent: Friday, July 13, 2001 9:43 AM To: Mahmoud Kassem Subject: Re: [PHP] Mail() Hi Try

RE: [PHP] Mail()

2001-08-12 Thread Mahmoud Kassem
rs .= "X-Authenticated-IP: [".$REMOTE_ADDR."]\n"; if ($prom == 1) { $headers .= "X-Priority: 2\n"; $headers .= "Importance: High\n\n"; mail("$emailto_owner"."<".$emailto.">","$subject","$message","

[PHP] Mail()

2001-08-12 Thread Mahmoud Kassem
How can force my From: instead of the nobody@servername ?

RE: [PHP] how do i get a variable type? - not that simple

2001-03-19 Thread Mahmoud Abu-Wardeh
You could take advantage of the type conversion performed by php as demonstrated in this snippet (the trick is in multiplying $value by 1). if you need to distinguish further between doubles and floats you can do a regex on $value once you've established it's type: \n", gettype($tmp)); }

RE: [PHP] creating array on variable variable (bug?)

2001-03-15 Thread Mahmoud Abu-Wardeh
try this: (you need to escape the variable part of the variable variable with {}) -Original Message- From: Tobias Talltorp [mailto:[EMAIL PROTECTED]] Sent: 16 March 2001 00:15 To: [EMAIL PROTECTED] Subject: [PHP] creating array on variable variable (bug?) Hello all. Howcome I can cre

[PHP] Have any body built the SWF & snmp extensions for Redhat 7.0?

2001-03-14 Thread Mohammed Mahmoud Abdel'al
Hi all; I am using PHP4.0.4pl1 build 3 of rpms Redhat 7.0 I need the swf & snmp extensions very badly rpmfind.net seems went offline so do any one there have those 2 extensions as rpms? if not could any body help me build those extensions from the source = code as external extension? thnx alot