| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Comments:
<0> he wrote a test.php file and couldn't see mysql showing up anywhere there <1> Auror: So, the problem is you haven't got the MySQL extension, or what? What did he say it PHP's fault? <0> Captain-Planet, is there anything I can do to ensure that I've installed PHP 5 correctly? <1> s/it/is/ <0> kuja, I do have the extension enabled in the php.ini file which resides on my windows folder <1> And phpinfo() shows it as being enabled? <0> when I run this test.php file, there is NO reference to mysql <1> test.php contains, what? <0> one sec <1> Just a simple phpinfo() or something complex? <0> <? <0> phpinfo(); <0> ?> <0> mysql is now showing up. how weird <2> Auror: is it showing up as "mysql" or "mysqli"? <0> mysql. I am getting further than I did on oscommerce installation but its telling me it can't find the database but it is there
<1> Auror: For now, everything in PHP is working then. Anything beyond is an osCommerce problem you should discuss with them <1> !+g10 <3> Guideline #10) We don't support xyz script. We help you *write* PHP, not download and install/hack/use pre-written scripts <0> thanks <1> You're welcome. <4> hello anybody knows a complete list of mime types with specific file extensions? <5> wow <5> guideline :) <5> !+g1 <5> cool :) <4> /msg php-bot guidelines <5> ^^ <5> touch use google for mimetype.. some month ago <5> i've your problem <5> some page report all mimetype ;) <4> some yes <4> but along with extensions <4> I asked here because I wanted to make a pop3 client <5> wow :) <4> that handles mimetypes <5> nice! ... the team? <5> you are only one? <4> but I need the whole list of mime types with extensions <4> no, just me <5> you want other people? <5> i just can make a webmail client <5> as "SquirrelMail" or "Imp" <4> I'm just making this for fun no need for other people <4> and yeah I know the squirrel, but I'm not trying to make that kind of aplication <5> ah ok .. <5> good work :) (and luck) <4> just a set of scripts that gets the attachments <4> thank you <6> hey guys, anybody awake? <6> simple question... whats the difference between $var and @var... and have seen @$var <6> anyone? <7> There's @var now? <6> yeah, there is <6> check this out... http://www.php.net/manual/en/function.session-set-save-handler.php <6> example 1 <6> if ($fp = @fopen($sess_file, "r")) { <8> hi there! <6> in MySQL, that is a var... but never used it in php ;=s <6> hi <6> coding late, are we? <8> can your recommend a free php+mysql webspcae ? <7> Nope. <6> free? ummm... not been looking lately <9> what would be a better way to write this line if I have about a dozen numbers I want to check for: if ( $GLOBALS['abc'] == 4 || $GLOBALS['abc'] == 9 || $GLOBALS['abc'] == 10 || ... ) { <6> still using $GLOBALS man? <9> don't start <9> ;) <7> if ( $var == ( 4 | 9 | 10 ) ) <7> But don't moan at me if I'm wrong <7> I haven't done this in aaaages <7> >_> <2> if (in_array($GLOBALS['abc'], array(4, 9, 10 ...))) { <6> hehehe <9> ah <6> well, anybody knows something about @var in php?
<2> Renich: it's for function calls, not variables - it suppresses any error messages which would have been generated <9> thx insin and [Karlprof] <6> insin: oooohhhh thanks <10> Renich, in the case of fsockopen, @ also screws up opening http:// filenames sometimes <10> Renich, err, in case of fopen <9> bye <6> It would be cool to be able to $var{_name,_email,_whatever} ... bash like <6> ohhh <6> by the way guys, check this out http://www.woralelandia.com/psxfd <2> never going to happen <6> haha <6> we'll see <10> haha <10> why reinvent the wheel <10> there's many 'signatures' sites already <2> "an official request from this World's Gaming Community" <2> good grief <6> syf: didn't know that... anyway, it's a learning experience <7> Hello? <6> well, i'm a gaming guy... we usually have lots of worlds in them <6> lol <11> just two <11> teh n00bs and teh pwners !!#% <12> mmm <2> Organising the gaming equivalent of a library or museum would do better than asking SCEI to give you free games rather than making money off them when they release their next backwards compatible console, but that's hardly a new idea either <12> stefan your host seems familiar <13> chop deletes all spaces right from the string, how to delete all spaces on both sides ? <6> insin: the idea is to make the library, but the issue here is that if I download and burn a psx game, ps2 sends me directly to hell <12> Renich its not exactly up to sony <6> and the problem is that nobody is printing psx games anymore... ;=s <12> doing so would also make it possible for you to download and burn other publishers games <12> which sony has no right to do <6> rioter: yeah, but first things first... the licencing issues have to be solved first for the publishers to release the games <2> the games industry is such a cesspit <13> trim ok <6> anyway, if somebody wants to help, it would be cool... if you know somebody that would help, please send 'em in <14> question about timestamps <15> so ask <16> hi <17> whats goin on homies <16> how can i create thumbs from pictures 2048x... with high res in php? <6> hi the-drew <14> /etc/localtime is Europe/Bucharest (GMT+2), and I want to get the timestamp from the local server ...as in 12:54 as we speak <16> teh gd libs is exhausted <14> so, I use time(); right? <17> mike: go look up imagecopyresampled on php.net <17> there are tons of sample scripts in the comments section <6> mike84: imagemagick <16> Renich: u mean convert? <15> Fane_3Dfx: date() and time() will get the server time according to whatever time zone the machine is on <6> mike84: resize <14> jiggy|laptop: thanks, so, I won't have to add the two hours, right? <16> Renich: is there another soulution? imagemagick itself is too big (installation, config, ..) <15> Fane_3Dfx: shouldnt have to no <5> re <6> yeah, try what the-drew told you... www.php.net/imagecopyresampled <14> jiggy|laptop: thanks <17> you're going to need either GD or imagemagick <15> np <16> but GD cant resize large images :-S <18> is it possible for someone without any programming background to learn php? <6> deflate: php should be first option <2> or any other programming language, sure <18> thanks <2> I wouldn't recommend *starting* with PHP, though - it's, er... not the best designed language and you're bound to end up learning lots of bad practices <15> lol <6> insin: really? in fact, I wanted to start with C <15> aint that the truth <15> perl!
Return to
#php or Go to some related
logs:
#linux #fedora trwbw quote myth failed to open card ctk-warning cannot open display gentooforum down #web mainconcepts.com qeue postfix ego malf*
|
|