| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
Comments:
<0> it just wants to save it <1> hrm, probably botched the php install maybe? <2> http://cgi.ebay.com/Seattle-Seahawks-SUPER-DOG-NFC-Championship-hot-dog_W0QQitemZ5659617304QQcategoryZ1467QQssPageNameZWDVWQQrdZ1QQcmdZViewItem <2> if only Id thought to buy a hot dot at the game! <0> any way to tell? <0> mod_php4-4.4.2,1 PHP Apache Module <0> php4-gettext-4.4.2 The gettext shared extension for php <0> php4-mbstring-4.4.2 The mbstring shared extension for php <0> php4-mhash-4.4.2 The mhash shared extension for php <0> php4-openssl-4.4.2 The openssl shared extension for php <0> php4-pcre-4.4.2 The pcre shared extension for php <0> php4-session-4.4.2 The session shared extension for php <0> php4-xml-4.4.2 The xml shared extension for php <0> thats whats installed <3> Gah. <2> w0ls0n, my guess is either you didnt restart apache after adding to your httpd.conf, or you are using the wrong httpd.conf somehow
<4> alright, I probably have a fairly stupid question, but I'm not sure whether I should be considering it a PHP or a MySQL question ... I have a script that's returning CSV to the user, and I'm using SELECT INTO OUTFILE and a temporary file to create it, trouble is, I don't have the permission to unlink it afterwards. How do I clean up? <5> zname = string(0) "" <5> That blasted one! <5> Not grabbing it properly apparently <4> or is there some easier way of doing what I need with a PHP function instead of mysql_query to a query that selects into oufile? <0> well as I said brand new install of apache <0> so how could I possibly be using the wrong php file <0> and I did restart php <2> you cant restart php. do you mean restart apache? <0> eh, yea sorry <2> check apache error logs perhaps, but if "AddType application/x-httpd-php .php", it would work. is mod_php getting loaded? <0> thats already in httpd.conf <0> let me check error log <0> weird <0> nothing in access or error log <4> nothing at all? <4> is apache running? <6> w0ls0n: What is wrong? <0> omg <0> iphp files try to be saved <6> !tell w0ls0n about at <0> duh <0> if you followed the conversation <0> I HAVE DONE THAT <5> http://pastebin.com/526173 <2> w0ls0n, if _you_ followed the conversation, you would see that Stormchaser just joined <5> I really can't figure out why zname isn't posting properly <6> w0ls0n: If you haven't noticed, I just joined in <0> SORRY <6> w0ls0n: Have you restared apache and all that voodoo? <7> w0ls0n: Lose the caps lock <0> YEA <0> sorry <0> hehe <0> I use caps lock at work <0> sometimes I forget to turn it off when im on irc, my apologies <8> hi folks - any way to tell what scripts on my server might get broken if i enable phpsuexec? <6> you are using... caps.. at work... Why?!? <6> w0ls0n: Does PHP emits it's signature when accessing [x] page? <9> ctype_alnum doesn't allow underscores, is there a ctype_* that allows underscores? <0> long story, boss wants everything in accounting to be caps <0> he's been doing it for 20+ years like that <5> Stormchaser, mind taking a look at this application I made? For some reason the $zname isn't being processed correctly. <5> http://pastebin.com/526173 <0> yes it does <0> Apache/2.0.55 (FreeBSD) PHP/4.4.2 mod_ssl/2.0.55 OpenSSL/0.9.7e-p1 Server at 192.168.9.10 Port 80 <6> DonJohnny: A sec. <6> w0ls0n: Have you cleared the browser cache? <0> heh <0> that was it <0> nice <0> wow <6> I ment Donk <0> too freakin easy <0> thanks <7> Donk: var_dump($_POST['zname']); ? <5> TML: string(0) "" <7> Donk: That's what's coming in from the browser. Check the input name. <6> Donk: Umm... What do you mean by 'processed properly'? <7> Stormchaser: It's coming in as a zero length string, he thinks it should be something else <6> TML: Reasonable
<5> Stormchaser: Meaning that even though I fill in data into the field named "zname" it doesn't turn it into the $zname variable. <10> Hey guys -- Anyone know of a Free IP Location Service that has an API? <5> TML: <input name="zname" type="text" value="" size="21"><br> <7> Donk: Paste or provide a link to the HTML source <5> I did <5> http://pastebin.com/526173 <6> TML: It's on the bottom of the pastebinned file <5> It submits to itself. <7> oh...I didn't get that far down in the pastebin, sorry <7> Donk: value="" <5> TML: That is by default. <5> TML: The user fills that in and it submits what the user sends <6> Mmmm... Flambed bannanas are yummy :) <5> TML: All of the other var_dump variables I did worked except for the zname <6> Donk: print_r($_POST); <5> Stormcahser: In the debug part? <6> if ($debug_mode == TRUE) <-- you don't see this often :) <6> Donk: No, there is no such thing... <11> var_dump($Stormchaser); <6> Donk: What browser are you using? <12> if($debug_mode) { <12> :P <5> Stormchaser: Firefox <5> Stormchaser: Array ( [zname] => [oname] => asdfafdasfa [sp***] => sfasfaf [bp***] => asffsafsaf [object] => asfdfaf [ztype] => afsafafafsa [pop] => 0-4 [bots] => 1 [lvz] => Yes [agreement] => ON [messenger] => [messengeraddress] => Someone4142@msn.ca [webh] => ) <6> maybe 'zname' is reserved? *shrug*... Try with different name... <7> Donk: You have two inputs named zname <5> k, i'll rename it to: zone <3> There are no reserved names when it comes to array keys. <7> E-Mail Address:</font> <input name="zname" type="text" value="" size="20"><br> <11> var_dump() accapts any number of arguments too <7> Zone Name:</font> <input name="zname" type="text" value="" size="21"><br> <5> OMFG!!!! <5> Are you serious?! <7> Donk: Check it yourself <5> ****.... <7> Right after "E-Mail Address" <5> Wonder how that happened. <6> heh <7> Amazing what hitting "n" in my browser can reveal <6> TML: Which one? <7> Stormchaser: elinks <7> Donk: Also, webh isn't getting populated because you used the wrong attribute on option <7> Donk: <option name="na"> should be <option value="na"> <11> I don't undrstand nothing, as usual <5> TML: I never even incorporated webh, as it isn't a required field <7> toggg: There's nothing you don't understand? <5> I am working on required fields right now <7> Donk: *shrug* I'm just pointing out your bad HTML. <7> Do what you will with the info <11> ah sorry, "anything" TML <5> :P <13> TML: <FONT SIZE=4> <6> fun :) <7> nforbes: That's more detail than I care to get into, given the proclivity of such constructs in this source <11> that's no xml anyway <6> ISn't fone deprecated? <6> *font <7> Stormchaser: yes <7> Has been for something like 5 years <14> Is there any good PHP TOC clients out there? <14> Are* <7> nforbes: "TOC"? <13> TOC? <7> Table of Contents? <3> PEAR might have one. <7> Is that a protocol now? <15> heya <3> It's one of the protocols AIM uses. <7> ah <3> The 'open' one they want third parties to speak. <13> I thought AIM used Oscar
Return to
#php or Go to some related
logs:
ifconfig hw + SIOCSIFHWADDR: Invalid argument np_complete #debian medium application autostart after mount gentoo nocona emt64
sansurfer iptables
qemu ne2k_pci driver freepdf BitBlt #ubuntu eclipse selinux chcon
|
|