Re: [PHP] FUNCTION TO CHECK IMAGE

2006-09-12 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_pa

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 =

Re: [PHP] FUNCTION TO CHECK IMAGE

2006-09-10 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 &

Re: [PHP] FUNCTION TO CHECK IMAGE

2006-09-10 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

[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 **o<0>o** -- 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:

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, conf

[PHP] IMAGE LOADED...

2006-08-12 Thread BBC
when it's already set (just like cookie or cache) Best Regards BBC **o<0>o** -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2006-08-12 Thread BBC
die ('^&[EMAIL PROTECTED]'); > } > } I prefer to use 'session_start();' http://www.php.net/manual/en/function.session_start If I'm not wrong Best Regards BBC **o<0>o** -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] SETCOOKIE

2006-08-12 Thread BBC
ample: 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 **o<0>o** -- PHP General Mailing List (http://www.php.net/) To

[PHP] COULD NOT RESEND HEADER..

2006-07-29 Thread BBC
ot;could not resend header, header already sent in line.." And I also attach the quote of data for any one whom interested (to make it more advance), otherwise just leave it ! Best Regards BBC **o<0>o** -- PHP Gene

[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 **

Re: [PHP] PAYMENT TRANSACTION

2006-07-25 Thread BBC
will love to. And thank you very much. Best Regards BBC **o<0>o** -- 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
join' 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

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 syn

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

[PHP] PAGE TURNED BECOME SOURCE CODE VIEW..

2006-07-14 Thread BBC
any ideas how to get page runs 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 **o<0>o** -- PHP General Mailing List (ht

Re: [PHP] Printing in php

2006-07-05 Thread BBC
asy to look for others: Print this page Best Regards BBC **o<0>o** -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2006-07-05 Thread BBC
meone please tell me where can I get that GD 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

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: ;extension=php_gd

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

2006-07-01 Thread BBC
the best solution for my problem..? Best Regards BBC **o<0>o** -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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 PROTE

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

2006-07-01 Thread BBC
the best solution for my problem..? Best Regards BBC **o<0>o** -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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 PROTE

[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 **o<0>o** -- PHP General Ma

[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 **o<0

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.

Re: [PHP] uploading...

2006-06-26 Thread BBC
')"); So, do you have any idea about the problem above..? I'm wondering does any one advance have solution for it..? Best Regards BBC=== -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

[PHP] uploading...

2006-06-26 Thread BBC
x (server uses PHP 4.4.2 I don't know why. is any one can help me? please tell me the right syntax... 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

[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

Re: [PHP] Using PHP/HTML effectivly

2006-06-15 Thread BBC
hen I 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" <[

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: function tabletag($border="0",$width="100%",$height="100%",$cellpadding = "0",$cellspacing="0",$style="") { print ("cellspacing=\"$cellspacing\" cellpadding=\"$cellpadding\" style=\"$style\">"

Re: [PHP] references for beginner...

2006-06-14 Thread BBC
Thank Mr.Figaro. - Original Message - From: "nicolas figaro" <[EMAIL PROTECTED]> To: 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 programmin

[PHP] references for beginner...

2006-06-14 Thread BBC
nd what 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