My name is Pienkovski and I am beginning now a relationship with this php group. I am from Brazil and I would like to learn about querystring. I think that...
197
tfc@...
bkjnbkjn
Jun 29, 2007 3:55 pm
I am wondering how to do both a post and get request with curl in the same session. I need to post the user id and password to https:// url#1 and then get the...
198
Robert J. Bullemer
bkjnbkjn
Jun 29, 2007 3:55 pm
I am wondering how to perform a post and get request in php with curl. I am able to perform the post successfully but receive and invalid session response on...
199
Ross
robothack
Jul 3, 2007 1:47 am
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...
200
Sandeep Kadam
sandykadam82
Jul 3, 2007 1:48 am
hi robert, check this forum post it will solve ur problem. http://it-guru.co.uk/showthread.php?p=4730#post4730 thanks "Robert J. Bullemer"...
201
cvarnof
Jul 23, 2007 5:38 am
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....
202
Gerry Danen
gdanen
Jul 23, 2007 5:38 am
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... :)...
203
Tariq
tariq1654
Jul 23, 2007 5:38 am
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...
204
Sandeep
sandykadam82
Jul 23, 2007 5:40 am
Hi Friends, I thought this might be helpfull to you all :) Please check this forum. http://www.codingmentor.com/forum/...
205
Sandeep
sandykadam82
Jul 23, 2007 6:12 pm
Hi, Also this group is available from PHPClasses.org group from Nasik/Pune, India http://tech.groups.yahoo.com/group/codingmentor ... members... ... with ... ...
206
Ehsan Haque
ehsan.haque
Jul 23, 2007 6:17 pm
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 ...
207
Sandeep
sandykadam82
Jul 23, 2007 6:17 pm
hi, you can use following script: $imgstr = "<img src=\"$imagepath.$imagefilename92;" width=\"100\" height = \"10092;">"; then simply echo $imgstr; imgpath n...
208
Ratheesh
rethishkr
Aug 5, 2007 6:39 pm
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...
209
pienkovskidb
Aug 5, 2007 6:41 pm
... Sorry, I made a mistake: Where I wrote: $sql = mysql_query("SELECT * FROM $tabela WHERE //the name of the field's You need to read: $sql =...
210
selva_18ct
Aug 5, 2007 6:42 pm
i want API for implement the yahoo messanger. do u hav any idea about this? shall i implement my own messanger ?...
211
pienkovskidb
Aug 5, 2007 6:43 pm
Tariq, First you do a form: form.php <HTML> <HEAD> <TITLE>Image_Form</TITLE> </HEAD> <BODY> <form name='form139; method='post' action='show_image.php'> <table...
212
pienkovskidb
Aug 5, 2007 6:44 pm
... show ... Tariq, First you do a form: form.php <HTML> <HEAD> <TITLE>Image_Form</TITLE> </HEAD> <BODY> <form name='form139; method='post'...
213
pienkovskidb
Aug 5, 2007 6:46 pm
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...
214
widjaja_sugiharto
widjaja_sugi...
Aug 5, 2007 6:49 pm
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...
215
Mohammad Qurashi
nqurashi
Aug 5, 2007 6:52 pm
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...
216
jiguang ma
jiguang_ma
Aug 27, 2007 3:42 pm
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...
217
getdileepgm
Aug 27, 2007 3:43 pm
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...
218
Tariq
tariq1654
Aug 27, 2007 3:44 pm
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...
219
emailtokumarj
Aug 27, 2007 3:44 pm
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...
220
trucking_for_fishing
trucking_for...
Aug 27, 2007 3:46 pm
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...
221
sajin tm
tmsajin
Sep 4, 2007 6:15 pm
Hi i am looking for a freelancer who is based on codeigniter framework. please leave me reply if u are interested to tmsajin@... thanks...
222
i_love_jigen
Sep 20, 2007 8:14 pm
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...
223
shehzad_preston
Sep 20, 2007 8:16 pm
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...
224
Nathaniel M Nelson
nnelson3490
Sep 20, 2007 8:16 pm
I've noticed that if I put something like 'yahoo.com39; into my site's local search box, it will search the entire web for 'yahoo.com39;, instead of just searching...
225
brianleeholub
Sep 20, 2007 8:17 pm
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...