| |
| |
| |
|
Page: 1 2 3 4
Comments:
<0> ack... sorry, let me correct my statement <0> hi all - I am trying to find the function but havent been fully successful. I'm trying to send a request from my website to another website and want to get the results and show some of it. I am using include(). but it returns the main page, and not the resutls. its like sending request to google to search something, but instead of getting the results screen, I get main page of google. any idea where I can read up on something to help me? <0> its as if that any parameters to the website are not being sent by include() or are being ignored by that website. however, if I type the url directly in a browser, I get correct results page. <1> @curl <1> !func curl <1> bleh <1> Haris, you want curl <1> if you're JUST doing google <1> you can use the google api <2> @curl <2> what's up bot <1> pizza_milkshake, are you about? <2> oh <2> @curl* <3> Functions matching curl*: <3> curl_close(), curl_copy_handle(), curl_errno(), curl_error(), curl_exec(), curl_getinfo(), curl_init(), curl_multi_add_handle(), curl_multi_close(), curl_multi_exec(), curl_multi_getcontent(), curl_multi_info_read(), curl_multi_init(), curl_multi_remove_handle(), curl_multi_select(), curl_setopt(), curl_version()
<3> im sooo stoned.. got stoned with my sister, my friend charlie and this hot chick julie. im feelin her like you wouldnt know what. <1> I'd give your left testical for delivery sushi <4> friggen mod_rewrite. Nothing but touble. <1> damnit <1> I want ****ing sushi <1> stupid fat, illiterate lazy japanese <1> sleeping in on a saturday <1> its 9:42 <5> lol <1> get the **** up already <5> i wanted to get sushi too <5> the shop was s'pose to close at 11pm <1> no one's open yet <1> jei dian ma HaNtU]uU[? <5> when we got there at 10:00pm, they're already closed <5> ****er. <1> ah <1> 3am <5> jei dian ma? :o <5> ji dian ne, you mean :) <0> trollboy, no, i am not doing google... its another website, and one can search some telephony related stuff in it, like searching area codes and finding cities etc... but anyway... its not returning the results, but the homepage of that site. <1> Haris, you need curl <0> hmm <1> hola fandango <6> what up trollboy <1> Busy hating the stupid, fat, illiterate, lazy japanese <1> for sleeping in on a saturday <1> when I want goddamned sushi <1> I'd give your left testicle for a bento box <6> ah, I see... new city, new delivery people to antagonize <1> and you know this <1> did jen ever tell you about my wars with delivery driods? <6> trollyboy = Soup Nazi's worst nightmare <1> btw <1> Chipotle's owns my white *** <6> PHP coding by day not paying the bills? <1> oh it is <1> but <1> chipotle's fajita burritos <6> eating more vegetable fiber should help with that problem <6> do they make adult diapers in your size? <1> you know I don't eat that crap <1> no, I use locals instead <6> I know, it's in your shorts <6> well, if you can't feel it, it's not there <1> that's what your girlfriend told me when she was explaining how you let her keep her virginity <6> but let's be honest: take a local anesthetic after you **** your pants is only a temporary solution <1> ****beans <1> I wish my landlady would just ****ing get here <1> so I can say <1> yes this is me <1> power is in my name <1> this is my stuff <1> now get the **** out so I can go drive around looking for sushi <6> amen <6> anyway, that's not true... my girlfriend is a virgin again because of a bizarre horseriding accident <1> there are no apartments in vegas <1> everything went condo <1> and californians bought them up
<1> and resell them to people <6> so buy one <1> so instead of calling Rolling Meadows Apartments, you have to find all the schmucks who own the apartments in rolling meadows <1> truthfully <6> you'll be there a while... condos are a great investment <1> I'm kicking myself for not just buying a house <1> **** condo's <1> I'd buy a house <6> your call <1> with a condo you still pay ***ociation fees <6> yes <6> but they're lower maintenance <6> lower TCO <1> its like buying a house to pay rent <1> yeah <1> but <1> if I'm buying <1> I'm gunna do what I want <6> go live by the brothels <1> if I want to put a rusted out dodge in my front yard, I don't want a owners ***ociation telling me otherwise <1> they're all over in pahrump <1> which is too far <1> remember whoring is illegal in city limits <1> and they're expensif <1> 2 tricks = 1 months rent <6> I read this book. It's wicked: <6> http://www.amazon.com/o/asin/1568984189 <1> wtf <0> trollboy, i'll read up on curl functions... is that the only way to communicate to other websites and getting results? (what did people do before curl?) <1> Haris, they invented curl <1> I mean <0> :) <1> other than some sort of syndication system like rss, etc <0> hmm, ok, thanks... i'll read up on curl <1> fandango, I love to dedication <1> "To my wife" <1> GODDAMNIT <1> WTF IS SHE <6> she's helping me promotion my skills <7> trollboy - where you at now? Vegas? <3> I lost my virginity in the music library of my high school <8> ok i have a very beginner question <8> I want to show data from my mysql db <8> but is gives this error: <8> Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in c:\foxserv\www\websites\marktplaats\functions.php on line 15 <8> this is the code <8> $sql = mysql_query("SELECT * FROM category"); <8> while($data = mysql_fetch_array($sql)) { <8> echo $data['NAME']; <4> everyone who mentions mysql and having a problem it's either that or the 'Resource #xx' problem. <4> Your query is failing. find out why with: $sql = mysql_query("SELECT * FROM category") or die(mysql_error()); <8> ah ok thanks <8> a lot <1> ja nocover I'm in vegas <1> also you should name your connections <1> $conn = mysql_connect(bleh); <1> then mysql_quer($query, $conn); <1> then mysql_error($conn) <7> trollboy - for a php job? <1> of course <7> heh <7> cool <4> I don't bother p***ing the connection around usually, since very rarely do I ever have more than one open at a time. <1> bleh kicken <1> I've worked in enviroments where you had relations spanning 3-4 db's at times <1> ask fandango he worked there too <4> I'm doing something like that in C# and MS-SQL where I need multiple connections <4> But not so much because things span multiple db's. you can still query multiple db's with one connection <4> SELECT * from dbname.tablename a, otherdbname.tablename b WHERE a.col=b.col <1> select * is the devil <1> didn't pizza_milkshake teach you that <5> tell me about it <6> aye, even you want to select all columns, it's best to itemize them for performance considerations
Return to
#php or Go to some related
logs:
#chat-world #netcafe baikpunya dj olcam #kl #india larki jute
#kl masculado_heat #india
|
|