Re: [PHP] FUNCTION TO CHECK IMAGE

2006-09-13 Thread BBC
BBC wrote: What types of images are these? JPG, PNG, GIF? Its jpg. Look... I don't know exactly what your point, I'm just asking you about the function to resolve the size of image like the codes below: if (file_exists($img_path)){ list($width,$height) = getimagesizes($img_path); }else

Re: [PHP] FUNCTION TO CHECK IMAGE

2006-09-11 Thread BBC
BBC wrote: Hi all. I'm having a problem regarding image handling. Sometimes an image can be showed in browser normally (in my computer) but when I upload it into my site that image is not valid, so there is an issue in my getimagesizes() function. Is there any function to recover

Re: [PHP] FUNCTION TO CHECK IMAGE

2006-09-11 Thread BBC
At 12:49 AM -0700 9/10/06, BBC wrote: Hi all. I'm having a problem regarding image handling. Sometimes an image can be showed in browser normally (in my computer) but when I upload it into my site that image is not valid, so there is an issue in my getimagesizes() function. Is there any

Re: [PHP] FUNCTION TO CHECK IMAGE

2006-09-11 Thread BBC
What types of images are these? JPG, PNG, GIF? Its jpg. Look... I don't know exactly what your point, I'm just asking you about the function to resolve the size of image like the codes below: if (file_exists($img_path)){ list($width,$height) = getimagesizes($img_path); }else{ $width = $ height =

[PHP] FUNCTION TO CHECK IMAGE

2006-09-10 Thread BBC
if(file_exists($image_path)) but it couldn't solve the problem. Input would be appreciated Best Regards BBC **o0o** -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] header lost session variables.

2006-08-14 Thread BBC
Hi guys. Anyone here know why in some cases when i use (header(Location: ???); the system lost the session variables? Any tips will be apreciated. Thanks in advantge. Please tell me the cases you mean..! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] SETCOOKIE

2006-08-12 Thread BBC
: Setcookie($var, $value, time(), $path, $domain, $secure_binary); time() = without adding. Any one can tell me the other way .. Thank in advance. Best Regards BBC **o0o** -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] script to check if form is submitted from the same page?

2006-08-12 Thread BBC
();' http://www.php.net/manual/en/function.session_start If I'm not wrong Best Regards BBC **o0o** -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] IMAGE LOADED...

2006-08-12 Thread BBC
already set (just like cookie or cache) Best Regards BBC **o0o** -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: A way to stop spam on this list

2006-08-12 Thread BBC
Hey, Late answer, but I was coming back yesterday from Palestine, after the Israelien Terror Authority had arrest me for making tonns of photos and Videos about Israeli military crime... (shooting children and pregnant women) Lets keep religion, conflicts, politics and

[PHP] PAYPAL TRANSACTION.

2006-07-29 Thread BBC
Hi list.. Please any one point me to the web which talk about making transaction with paypal step by step. Some body offered me the source code and tutorial but until know he or she didn't send me. Best Regards BBC **o0o

[PHP] COULD NOT RESEND HEADER..

2006-07-29 Thread BBC
also attach the quote of data for any one whom interested (to make it more advance), otherwise just leave it ! Best Regards BBC **o0o** -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] PAYMENT TRANSACTION

2006-07-25 Thread BBC
very much. Best Regards BBC **o0o** -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PAYMENT TRANSACTION

2006-07-20 Thread BBC
' with special web site which handles payment transaction. I'll be pleasure if some body can give references about this issue which explains how to collaborate with them step by step. Thank you guys.. Best Regards BBC **o0o** -- PHP General

Re: [PHP] PAGE TURNED BECOME SOURCE CODE VIEW..

2006-07-15 Thread BBC
On Sun, July 9, 2006 12:00 pm, BBC wrote: Hi list... Thank for answering my questions before. I love to be a member of this list. Guys... I got another problem with GD library v2. I don't know why every time the script run the syntax which uses GD, the page turned becomes source

[PHP] PAGE TURNED BECOME SOURCE CODE VIEW..

2006-07-14 Thread BBC
normally? I mean it was ok the browser can do the script but it couldn't' show the page in normal view Thank for your input. Best Regards BBC **o0o** -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] PAGE TURNED BECOME SOURCE CODE VIEW..

2006-07-14 Thread BBC
On 7/9/06, BBC [EMAIL PROTECTED] wrote: I don't know why every time the script run the syntax which uses GD, the page turned becomes source code view. So when we need that page in normal view, we had to push the 'back button' twice. I guess we would need to see some code samples

Re: [PHP] About GD Version 2 or above..

2006-07-05 Thread BBC
or should I upgrade my PHP v4.1.1, so I can get that GD v2 or above On Sun, July 2, 2006 12:42 pm, BBC wrote: Did you check if you had the required gd extension? I believe someone already told you and how to check. Sorry I resent my question unintentionally I believe no one did. btw

Re: [PHP] Printing in php

2006-07-05 Thread BBC
/a Best Regards BBC **o0o** -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] IMAGECOPYRESIZED(); DOESN'T WORK...

2006-07-02 Thread BBC
Did you check if you had the required gd extension? I believe someone already told you and how to check. Sorry I resent my question unintentionally I believe no one did. btw, what is GD extension, and how to install or load it? I have read my 'php.ini', and then I found this:

Re: [PHP] ONE PAGE CONNECTS MANY DATABASE

2006-07-01 Thread BBC
Yes I'm using MySQL and the DataBases I mean are in different servers but the problem is I don't know how to set the host. All input will be very helpful... - Original Message - From: Brad Bonkoski [EMAIL PROTECTED] To: BBC [EMAIL PROTECTED] Cc: PHP php-general@lists.php.net Sent

[PHP] IMAGECOPYRESIZED(); DOESN'T WORK...

2006-07-01 Thread BBC
function btw, I'm using PHP 4.1.1. Is there any possible that my PHP version can not run those script? So, what is the best solution for my problem..? Best Regards BBC **o0o** -- PHP General Mailing List (http://www.php.net

Re: [PHP] ONE PAGE CONNECTS MANY DATABASE

2006-07-01 Thread BBC
Yes I'm using MySQL and the DataBases I mean are in different servers but the problem is I don't know how to set the host. All input will be very helpful... - Original Message - From: Brad Bonkoski [EMAIL PROTECTED] To: BBC [EMAIL PROTECTED] Cc: PHP php-general@lists.php.net Sent

[PHP] IMAGECOPYRESIZED(); DOESN'T WORK...

2006-07-01 Thread BBC
function btw, I'm using PHP 4.1.1. Is there any possible that my PHP version can not run those script? So, what is the best solution for my problem..? Best Regards BBC **o0o** -- PHP General Mailing List (http://www.php.net

[PHP] Downloading page

2006-06-30 Thread BBC
Hi all... I'm interesting in a page (using PHP script) in internet, and I'd like to download that page with the complete script. the question is: Can I..? and How..? thank for your input... Best Regards BBC **o0o** -- PHP General

[PHP] ONE PAGE CONNECTS MANY DATABASE

2006-06-30 Thread BBC
Hi again.. I'm wondering is it possible to make one page which connects to many DataBase? If it's possible please tell me where can I get the references? Thank Best Regards BBC **o0o** -- PHP General Mailing List (http

Re: [PHP] uploading...

2006-06-27 Thread BBC
BBC wrote: OK John I'm sorry if my question was not specific - The out put error was: Fatal error: call to a member function an o non object in /url/data.php on line 34 - And the lines are: 34. $db-query(INSERT INTO `products` $db isn't an object. Does it connect

[PHP] uploading...

2006-06-26 Thread BBC
... Best Regard -BBC---

Re: [PHP] uploading...

2006-06-26 Thread BBC
Fatal error: call to a member function an o non object in /url/data.php on line 34 and the syntax is in line 34, so what can I do..? Please give us output of the error that mysql returns. cheers, BBC wrote: hi all... I have the problem about this syntax: $db-query(INSERT INTO `products

Re: [PHP] uploading...

2006-06-26 Thread BBC
for it..? Best Regards BBC=== -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] ImageCopyResized() function

2006-06-18 Thread BBC
Hi all. is any one know how to use these functions, and what for are they: imagecreatetruecolor(); imagecreatefromjpeg(); ImageCopyResized(); ImageDestroy(); Best regard BBC

[PHP] ImageCopyResized() function

2006-06-18 Thread BBC
Hi all. is any one know how to use these functions, and what for are they: imagecreatetruecolor(); imagecreatefromjpeg(); ImageCopyResized(); ImageDestroy(); please tell me how to use it like this function mail($a,$b,$c,$d); $a = email direction where we email to; $b = subject of email, it will

Re: [PHP] Using PHP/HTML effectivly

2006-06-15 Thread BBC
include them in one page depends on the variable please give me your opinion about what I did (you know I just learned PHP, like I said before) sorry for my English (I'm Indonesian) - Original Message - From: tedd [EMAIL PROTECTED] To: BBC [EMAIL PROTECTED]; Alex Major [EMAIL PROTECTED

[PHP] references for beginner...

2006-06-14 Thread BBC
for are they (also how to use if necessary) and where can I download it? thank for all references best regard BBC -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] references for beginner...

2006-06-14 Thread BBC
Thank Mr.Figaro. - Original Message - From: nicolas figaro [EMAIL PROTECTED] To: php-general@lists.php.net Sent: Wednesday, June 14, 2006 5:21 AM Subject: Re: [PHP] references for beginner... BBC a écrit : Hii all I just joined this forum, I'm beginner of PHP programming

Re: [PHP] Using PHP/HTML effectivly

2006-06-14 Thread BBC
I used many functions as template to change the html syntax. this is one of the function as a sample: ?php function tabletag($border=0,$width=100%,$height=100%,$cellpadding = 0,$cellspacing=0,$style=) { print (table width=\$width\ height =\$height\ border=\$border\ cellspacing=\$cellspacing\