[PHP] Simple XML in PHP

2009-03-24 Thread Stephen Alistoun
HI all, How would a get this video from XML. /***Example i want to View***/ http://video-cdn.abcnews.com/090324_gma_leamy.flv"; lang="en" width="424" height="318" type="video/x-flv" /> /**/ /**XML CODE

Re: [PHP] Captha Image Matching the Session Value.

2009-01-25 Thread Stephen Alistoun
Hey Ash, Is I have but the Session Value is one before the Captha Image Value. Regards, Stephen -- View this message in context: http://www.nabble.com/Captha-Image-Matching-the-Session-Value.-tp21650616p21651258.html Sent from the PHP - General mailing list archive at Nabble.com. -- PHP Ge

Re: [PHP] Captha Image Matching the Session Value.

2009-01-25 Thread Stephen Alistoun
Hey Richard, Thanks for your reply but the Captcha php code is a seperate file to the html code but the code is working but the values are not matching. Thanks, Stephen -- View this message in context: http://www.nabble.com/Captha-Image-Matching-the-Session-Value.-tp21650616p21651034.html S

Re: [PHP] Captha Image Matching the Session Value.

2009-01-25 Thread Stephen Alistoun
Hi ash, Thanks for your reply but the image does change when i refresh the page but the session value is one before the image value. If this is a cache problem how would i prevent this? Thanks, Stephen -- View this message in context: http://www.nabble.com/Captha-Image-Matching-the-Session-

[PHP] Captha Image Matching the Session Value.

2009-01-25 Thread Stephen Alistoun
Hi all, My captha code is working but the session code is not matching image code(captha code). How do i get them to match each other. PHP CAPTHA session_start(); $fontArray = array('arial.tff' , 'impact.tff' , 'tahoma.tff' , 'tunga.tff' , 'verdana.tff'); $f

[PHP] Posting Data?

2009-01-02 Thread Stephen Alistoun
Hi all, I have my own register system and I want to Post my values from my register system and post those values into the punbb register form. I do not want to register my values from the punbb form but rather from my login system. How would i be able to do this? Below is the example of the pu

[PHP] Posting Data?

2009-01-02 Thread Stephen Alistoun
Hi all, I have my own register system and I want to Post my values from my register system and post those values into the punbb register form. I do not want to register my values from the punbb form but rather from my login system. How would i be able to do this? Below is the example of the pu

[PHP] Online Members

2008-12-26 Thread Stephen Alistoun
Hi all, What is the best way to pick up all the members online on a website? Regards, Stephen -- View this message in context: http://www.nabble.com/Online-Members-tp21180855p21180855.html Sent from the PHP - General mailing list archive at Nabble.com. -- PHP General Mailing List (http://

[PHP] Image Resizing

2008-12-20 Thread Stephen Alistoun
Hi all, What is the best way in PHP to Resize an Image to a specific width. For Example I have images in the following sizes: (1) 200px width and 350px height (2) 125px width and 220px height (3) 166px width and 455px height I want all the images to resize to 100px width but the height adjusts

[PHP] XML Get Value of Node DOMXPath

2008-12-15 Thread Stephen Alistoun
Hello all, Need help to get the value of the node. We know how to get the value of the city , item and itemPrice nodes below. How do we get the value of NumberOfRooms? $hotelElements = $xpath->query( '', $searchReponseElement ); foreach( $h