| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
Comments:
<0> dam. <1> ^^angusta: <1> what would u do then? <1> send the link along? <2> you can reuse the same link as many times as you like <0> useless. <0> it comes up in IE6 now not firefoxd <0> i thought this was not browser specific? <3> how do you test a array entry for existence ? <0> if !empty() <3> isset($array[$a][$b]) always returns one <4> hi <3> azuranz: same issue <0> lifes full of issues <0> my problem doesn't get solved. its's sposta get solved by straightforward solutions which don't work. oh well <5> anyone here anygood with ssh
<6> :-?? <5> im in ssh and i want to set priviliges on a mysql db <5> not sure how to do it <6> then try <6> #mysql <7> !+enter <8> Don't use the enter key as punctuation. Think in complete thoughts, then type. <6> Stormchaser: ....ohhh sorry ! <9> anyone know a nice php ticket based support system? <10> good morning all <6> hi! <11> rockwell M scale C scale <11> doh, wrong window <7> krisp: voodoo-ninija-on-a-stick.org <9> Stormchaser does that really exist? <7> of course. <12> hi all <13> hi there <13> how can i retrieve the file date/time from a file wicht is stored on an ftp server? ** i can't use fopen ** <11> !+f filesystem <8> Try looking at http://php.net/filesystem <13> but the ftp server isn't an local one, is this no problem? <14> do sessions not support multidementional arrays? i tried doing $_SESSION['a']['y'] = "something"; and it givesthe error "Cannot use a scalar value as an array" <7> !+f ftp <8> Try looking at http://php.net/ftp <15> !+f session <16> acad: tried doing $_SESSION['a'] = array( 'y' => "something"); ? <16> sessions definitely support multidimensional arrays, sounds like $_SESSION['a'] is already set as a non-array <17> http://irc.mazzanet.id.au/boing.jpg <--- BOING! <18> Hello <19> morning <18> Im looking for a nice free statistics program, any suggestions? <7> awstats <12> good morning all <18> I got Google Analytics a day ago and now playing with it and it seems that it won't tell me the full info about my referers, plus I have a ph3311ng Google is spying on me :/ <11> !+aolbonics <8> AOLBonics is talking using numbers, all caps or using single letters for you, are, you are, you're, etc. Examples are: Hey evry1; howz it goin?; how r u; oic; ur teh ****z. Talking like this is frowned upon in ##PHP, and will result in you being silenced. This rule is not open to debate, arguing about it won't help. <20> hi all - i have just got my logon to google analytics - it says to insert the code at the bottom of every page - has anyone put it at the top - i dont have a common file that is included in the bottom of every page but i have for the top - is the only reason not to include it at the top because it may slow load time of the page? <18> Jymmm - thanks for the enlightenment although I believe I didn't p*** the line of good tast <18> nickthorley - when did you request Google anal login? <5> hey room anyone use dreamweaver with a connection to a mysql db <20> sunshinelady: to be honest not sure - quite some time ago - i had forgotten about it and then got an invite the other day <18> They tend to approve stuff right when you forget about them :/ <10> heh, google anal code <18> Im asking because I got mine approved some days ago as well <18> google anal login sounds nastier :P <20> sunshinelady: have you tried it yet - i think its very nice <18> Im playing with it now its nice but hidding some data for example the full referer URLs Im looking for other programs to compare it with <10> welcome back Stormchaser :) <21> does anyone here know about some good articles that write about the use of quickform, both the advantages and disadvantages? <22> hi.. <22> i have never tried this before.. but now i really need something that send a simple request through php to a remote webserver <23> what type of request? <22> arent there some functions or can i use fsock or something? <22> aidan, the best would make a request through an another webserver.. exec the fil.. and fetch taht key it prints <24> hollo_, take a look at CURL <24> if you mean a HTTP request <22> i do.. <23> hollo_: okay, so a HTTP request. It's a single step, you'll make a POST request to a page. Have a look at cURL, php.net/curl
<22> is that build in.. or i have to install it? <22> sorry i ask.. just kinda busy <23> depends how you compiled php, run a phpinfo() <23> we're all busy. <22> okai. <22> =9 <25> Is there a PHP function similar to grep? <22> channel://pear.php.net/HTTP_Request-1.3.0 <22> i will use this <22> rgrep <25> Thank you. =) <26> preg_match() not good? <24> Master_Medic, preg_grep <24> Master_Shake, ^ <27> This code: $log = shell-exec('C:\Program Files\Ahead\Nero\NeroCmd.exe') <27> Gives this error: 'C:\Program' is not recognized as an internal or external command, <27> operable program or batch file. <27> why? <26> thyko: quote the space <7> *blink* <24> thyko, because you can't have spaces here. <27> shell_exec <6> because you have a blank <28> is it ok to use the word 'and' multiple times? like: if ($1="" and $2="" and $3=""){ <24> karim^, yep <27> how do i make it work with the space? <24> note that the comparison operator is == and not = <27> it has to have the space <7> thyko: You *don't* <6> .... php and apache has a problem with " " <28> yes, i know, thanks again colder! <24> its not php and apache who have a problem :-/ <6> :-? <27> so php is incapable of running this code? <7> thyko: no, the user is incapable to listen... <27> please elaborate <7> thyko: I have *told* you 2 hours aho to escape the space, and you reasked the question, and getting the same answer... Care to elaborate on that <7> ? <6> colder: http://www.php.net/manual/en/install.windows.php <24> alecs, uh? <29> is there some kind of problem with posting to a mod_rewritten URL ? <24> tek, no <6> read Nestor Custodio <6> 04-May-2006 08:40 post <27> Stormchaser: thats all good, but how do i escape a space? \<space> aint working <29> then what's going on <26> thyko: use Progra~1 <27> and .. err ... calm down will ya? <26> c:\Progra~1\etc <24> alecs, so what ? <29> my form doesn't seem to be populating POST array.. <26> thyko: are you sure you don't have a redirect in the way? <27> mst: $log = shell-exec('C:\Progra~1\Ahead\Nero\NeroCmd.exe') ? <6> why not <27> yes <27> no redirect <27> shell_exec <6> but try to exec $log = shell-exec('C:\windows\explorer.exe') ; <24> tek, well, are you sure the method is POST? because if it was get, you would need the QSA flag to make it work. <26> wtf is shell-exec() anyway <26> isn't it supposed to be shell_exec()? <29> <form method="post"> ... right? <27> a typo <27> yes it is <24> yep <24> then it whould be alright. <29> <form method="post" action="' . SITE_URL . 'send/' . $this->_g['user'] . '/message"> <6> or calc.exe .... and then you will see if is the problem is the \</space> <29> it fills my last $_GET variable ['object'] with it's action <29> so if the action is... URL <29> it fills it with that <27> they both work <27> so its def the \<space> <7> thyko: how do you escape that?
Return to
#php or Go to some related
logs:
what is gam_serve kubunta codecs #web crack wireless bcm43 gentoo madwifi ioctl[ieee80211_ioctl_setmlme] #sql #php virtuaalinainen game #perl #lisp
|
|