@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11



Comments:

<0> about what should I google to find more informations about '$template = new template('blah.tpl', 'main');' for instance
<1> brb
<0> twysted : thank you :)
<2> oo php progranmming ?
<1> caesar asking about a premade script?
<0> sort of, I'm a bit newbster about using .tpl files as templates :)
<1> hmm
<3> hi, any one could tell me one good hosting for a php site?
<4> ivanov, me
<1> http://www.webonce.com
<0> I've used till now a .txt file and imploded it to a variable then replaced [blah] for instance with $blah :)
<3> twysted you?
<0> I thought this would be more fun
<2> site5.com
<0> then echoed the result
<1> caesar, templating + caching is very powerful combo



<0> so for what should I google then? :)
<1> php template cache
<0> I got some examples but I want to read/know more
<0> right, let's see, thank you
<0> PapaBear : for futher reference http://www.devarticles.com/c/a/MySQL/Writing-Your-Own-Template-Caching-Cl***-In-PHP/ seems to be I was looking for :)
<5> oi
<5> is there an api for php/jaavx ?
<6> I have installed MSSQL Express 2005. how do i configure it so that i will use it with php?
<7> Toka you configure php to use mysql
<6> ok, but how, I want to use Microsoft SQL
<8> http://www.google.com/search?client=safari&rls=en&q=php+with+MSSQL&ie=UTF-8&oe=UTF-8
<4> Toka> read the manual
<4> Toka> and dont use mysql
<4> er
<4> Toka> and dont use mssql
<6> why?
<4> <3 mysql
<4> because mssql is ****
<8> mssql would be ok if it was just sql
<6> even when working big/large/fast?
<8> mySQL can handle a lot
<8> so can postgres
<8> gigs of data
<4> mysql can handle anything mssql can, and hey its free!
<4> mssql is just a waste of money
<4> :)
<9> i think express is free
<6> it is
<6> ok, but how do i connect php and mssql to each other?
<9> you need to compile php with mssql support i think.
<9> same as mysql or postgres or anything else
<4> that sounds right
<9> im not sure how.. but thats the route i would start looking
<9> try googling compile php with mssql
<4> www.mysql.org :) they have some great documentation
<9> hah
<6> i have no problem connecting php and mysql
<4> they do its just a matter of reading it..
<4> toka
<4> mssql does not work with php by default
<4> you have to compile php with mssql support
<4> php HATES mssql be default
<4> get it? got it? GOOD
<6> I am using windows
<4> no ****
<4> who would have thought
<4> mssql runs on windows
<9> Toka.. why mssql as apposed to any other db?
<9> is there a specific need for it?
<6> well, i can have php+apache installed on linux and a DB server on a separate machine running windows
<4> indolent $5 says he saw the ads on osnews saying mssql is the **** because it can do everything all other *sql can do
<6> I want to learn
<6> that's all
<9> well then he needs the oracle grid.. it never stops working ya know
<10> I know its a mess, but how can i make it send the e-mail?: http://nopaste.php-q.net/188043
<4> toka why not use mysql on a seperate machine if you want a dedicated sql machine
<6> I have been using MySQL for quite a while, i like it very much. I just want to try/test MSSQL
<6> why is it so hard to understand
<4> *shrugs*
<6> you keep saying that it's ****, instead of answering /helping me
<4> why is it hard for you to understand what you need to do



<4> we told you
<4> you need to compile php
<4> with mssql support
<6> i got it!
<4> or find a binary that has mssql support
<4> then shut the **** up
<4> damn
<6> you shut up, freak!
<10> anyone want to take a look at my little mess? http://nopaste.php-q.net/188043
<10> .)
<10> :)
<9> <a href="../regler.php3"> ?? .php3?
<9> ??
<10> oh
<10> that just some text
<10> nothing to worry about
<4> well whats not working on it?
<10> i want it to send the e-mail
<9> Deelux - umm, PHP isnt inline like JS
<9> i mean client side..
<9> you cant do Action='PHP CODE'
<10> hmm
<9> very basic.. HTML form - post to -> action.php file
<9> form method=post action=doemail.php
<10> oh!
<10> i understand!
<10> Thanks!
<9> light bulb went off..
<9> i bet youve been banging your head for 2 or 3 hours?
<10> hehe
<10> yeah. something like that
<10> then nobody can see the e-mail right?
<10> do i use the $_POST['message'] in the domail?
<10> will this work http://nopaste.php-q.net/188045 ???
<10> anyone?
<11> what's not working?
<4> why dont you try it
<4> and see if it works
<10> it did!
<10> and i dont get the email. that why i asked
<10> +s
<11> $body = "$_POST['message']";
<11> wtf?
<11> $body = $_POST['message']; how about that?
<12> for some reason my time is static when I use date. the server timezone is about 7 hours ahead of mine so I am trying to subtract the 7 hours (25200 seconds) and display the date & time
<12> $mytime = time() - 25200;
<12> echo date("F jS g:ha",$mytime);
<13> Most stuff is case sensitive in PHP
<13> cybercruiser, use gmdate() and then go from there, its much more reliable and then it wont matter, ever, how the server time is setup.
<12> hmm ok ty
<8> or: http://www.modwest.com/help/kb5-258.html
<10> The requested method POST is not allowed for the URL /domail.php.
<13> Yep, coudl just change TZ too, not sure which is more efficiant though.
<10> Waaahh! wtf?
<8> Deelux, what os is the server?
<10> Apache/1.3.33 Server at skriftelser.com Port 80
<10> ops
<8> hm
<12> can I change the timezone when it's hosted on another server?
<8> are the permissions set for 75%?
<8> 755?
<10> no 777
<8> hah
<10> i think
<8> ok
<12> for what?
<12> the file?
<8> yeah
<12> I can change them...yes
<10> do they have to be 755?
<8> they just have to be xx7 to be executable
<8> er..
<8> xx5 or 7
<10> oh


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #php
or
Go to some related logs:

#php
#linuxhelp
#php
WHEIN TRAINS
#AllNiteCafe
iar am puso
#london
#chatzone
englh sex
#teens



Home  |  disclaimer  |  contact  |  submit quotes