After a very long time thinking I decided to create a Yahoo Group with information on PHP&MySql. Their are quite a few of these sites and Forums around but the...
Hi there, Has anyone used Curl to Post to a Yahoo Store shopping cart? I have been trying to get PHP to hand off the order info to the Yahoo shopping cart....
Duh... such a group already exists: http://tech.groups.yahoo.com/group/php_and_mysql/ with almost 900 members... Spam and porn are under control... :)...
I have saved image path & filename in mysql database. But can't show image. Problem is: I want to retrieve image-name from mysql & then show the image from...
Hi, Also this group is available from PHPClasses.org group from Nasik/Pune, India http://tech.groups.yahoo.com/group/codingmentor ... members... ... with ... ...
Hi, What are you saving as the image path and how are you trying to show, i.e. the HTML tag? Give some code so that we can debug it for you. Thanks Ehsan ...
hi, you can use following script: $imgstr = "<img src=\"$imagepath.$imagefilename\" width=\"100\" height = \"100\">"; then simply echo $imgstr; imgpath n...
Hi Frinds, I need to create a weather report using the Yahoo weather api, but i really wants the weather telecasts of various locations, so how can i get the...
Tariq, First you do a form: form.php <HTML> <HEAD> <TITLE>Image_Form</TITLE> </HEAD> <BODY> <form name='form1' method='post' action='show_image.php'> <table...
Tariq, Where I wrote: $sql = mysql_query("SELECT * FROM $tabela WHERE //the name of the field's Please, I need you read: $sql = mysql_query("SELECT * FROM...
Hi all: I have just registered my application, and I already got my application id and secret id. But, when I try to do BB auth, i always get a page saying...
I am a newbie. My developers used php5 to enhance my Yahoo store in mechant solutions, now the functionality they built is not working becasue Yahoo used php4...
Only two ways. modify or rewrite the functions what did not work in php4. another,wait for yahoo updating their php envirement to php5 if you don't want to...
Hello everybody, i need to develop a site like www.rinkya.com. Rinkya is a translated version of yahoo japan auction site. we can bid,add and search items in...
Hi all, I hope that all r fine. I need a solution. I want to draw 3d image like rectangles, circles using php. Php-Pear may allow to do it. But I want to know...
Hi to All, I'm facing a problem that how to give link to anchor tag (<a href) with flash file. I give the sample code which i tried...... <html> <body> <a...
hi all... i recently tested the php authentication scripts provided by yahoo and after registering and getting the application id and secret i was able to get...
can any one help me through this i want to display the top 50 site that would be query by using linkdomain:domain.com -site:domain.com i only need to disply...
I am making a php application , i need to get wheather for certain countries on my website.I dont prefer to use Rss , so does yahoo has anything else to offer...
I've noticed that if I put something like 'yahoo.com' into my site's local search box, it will search the entire web for 'yahoo.com', instead of just searching...
I just thought this was kinda strange... the very first article on the front page of the PHP Developer Center compares using curl vs file_get_contents for REST...
Hi, This is kishore, i have got got some problem in cross domain sessions, how can we maintain cross domain session in php,.anbody can help me plz Thanks varma...
Hi, I'm using PHP and the Yahoo Search API, but I can't see a reasonable explanation for the difference in totalResultsAvailable and totalResultsReturned....