@# 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 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33



Comments:

<0> xuniluser: if created with proper care yes.
<1> thanks p0windah : would have thought of it at a reasonable hour of the day.
<1> rics: thanks for the links - I wish I could use xajax but its not my server I am working on
<2> Meltir: u mean not all commands in php4 will work in php?
<2> php5?
<3> But AJAX is about client, not server.
<4> no it isnt :p
<3> falieson, basicaly, ajax is the use of javascript and XML to request things from a server (php, jsp, asp, ...) without the need to reload the page.
<1> right rics, its likely that I am just a blithering idiot
<3> falieson, nope... It's likely you don't know ajax. This is not beeing idiot... Everyone need to learn things all the time! :D
<1> yah - but I didn't take the time to do more than look at the xajax page and think that it was a server mod - rather than read down 3 more lines to find "php cl*** library"
<5> Hello.
<5> Does anyone know where i can find a article on php for a learner.
<3> falieson, this cl***es are awsome! They write all javascript needed to do the work, so you just need to code in PHP. It's a bless! I HATE javasciprt! LOL
<5> i want to get straight into it please.
<3> symoid, the best place is www.php.net



<3> symoid, They have an introduction tutorial. The best, in my opinion.
<5> I did that
<6> symoid: then google for other tutorials
<3> symoid, doesn't work for you? You can always look at Wikipedia! ;)
<5> What sort of script you think is best for me to start with
<5> rics, im not sure, i'd rather just dig in to be honest.
<3> symoid, did not understand your question...
<6> symoid: what do you want to do?
<3> symoid, Any script is fine to start.
<5> Anything :)
<6> symoid: pick something useful to you, and do it
<3> symoid, Try to find something useful.
<5> Aidan: this maybe a longshot but you use NS?
<3> symoid, Develop a blog. You write posts, save it in database, edit posts, delete posts, organize posts by date or content....
<5> Lol..
<5> http://www.google.com/search?client=safari&rls=en&q=how+to+make+a+blog+in+php&ie=UTF-8&oe=UTF-8
<5> exactly what i was searching when you said that :)
<7> hmm, something leaks memory
<7> i blame PDO
<3> symoid, Or you can develop a totaly new and revolutionary "Hello World" sorftware, with two or more options of strings do print and in diferent colors!!!!!!!!!!!!!!!!!!!!!
<8> :O
<3> symoid, skip tutorials...
<8> pick me pick me
<3> symoid, read the docs in php.net and try to develop for your own. This way you will realy learn!
<5> Ok, and not pick any bad habits up
<3> symoid, This tutorials show you every step, so you don't do any thinking!
<8> symoid: good place to start is www.w3schools.com ... but rics is right... you should find something that you want to do... and do it
<5> Thanks, im gonna have a good read
<3> symoid, look
<3> symoid, start here: http://www.php.net/manual/en/getting-started.php
<3> symoid, read carefuly. When you're done with the "Simple tutorial" you will have more ideas to do something.
<5> Sorry
<9> hey all, i'm sending an email through php which is a text-only email but it contains a URL which might have a space in it. what's the function to ensure the correct coding for urls?
<9> is it htmlspeciallchars?
<3> symoid, read carefuly. When you're done with the "Simple tutorial" you will have more ideas to do something.
<3> symoid, did you see the link?
<9> or maybe.. just maybe.. it's urlencode
<5> im doing that now mate :)
<3> symoid, great! When you publish your new blog, let me read it! :D
<5> made my first script :D
<5> haha
<10> <? echo "hello world"; ?>
<5> Sort of.. more advanced :D
<5> www.nudoo.com/dev
<11> how do i easiest do a $return_url for the script to know where to send back the user if the return_url also has diffrent variables in it.. lets say <a href="blabla.php?returnurl=s=test&id=5"> etc ? HTTP_REFERER is empty because of javascript confirm box
<10> nice one
<5> me?
<10> yes
<5> ty
<5> My aim is now to make it more advanced.
<5> Add photo maybe
<5> :D
<10> lol
<10> good point
<10> but you need a database
<5> yea :(
<12> some input validation.....
<10> symoid go to php.net and search for mysql
<10> there are many examples



<5> Im not sure im ready
<5> or you think i should?
<12> symoid: check that age is a interger... and not a string .... and that the fields aren't empty....
<13> rnnnnnnn: You mean if returnurl=foo send them to foo, if its bar send them to bar ?
<5> ok thanks :)
<11> jamiel, yeah but foo is not just foo.. foo is ?s=page&id=56&action=view etc.. lots of variables
<11> i could save it in a session, but it feels wrong
<11> i could just send an id, and have an mysql query to get the real returnurl based on the id
<11> gotta be an easier way
<13> If you already have a session open, may aswell use that. Otherwise you could drop a cookie ... or have an ugly query tring like pageid="whole url" in quotes
<13> returnurl even
<14> anyone here have any experience accessing .NET dll files via php?
<14> im getting errors: http://dev.game-advance.net/dotnet.php
<11> jamiel, '' works?
<14> nobody?
<11> hmm, just figured out that session wont work, cause how do i set an return url session var when a link is pressed?
<13> Sorry ... no quotes
<13> as long you dont have an & symbol... the whole string will become your query string
<11> yeah, but that problem is i do :D
<11> replacing the & feels gay
<13> replace with % code :P
<11> :D thats so ugly
<15> IS there a specialchars for XML?
<15> specialchars()
<5> Oh man, this is gonna save me **** loads of time :D
<16> good morning
<5> Just learning basic, very basic php template
<5> www.elflabour.co.uk
<5> manage to make all pages in like 4 secs :D
<17> i'd love a toolbar or sidebar in firefox that lets me look up function names; anyone know anything like that
<5> SKretch: You ther
<17> it's weird how the default session lifetime is 24 minutes
<17> i mean that's a very esoteric number
<18> my php (version 5.1.2) isn't being accepted by apache - have installed it properly and it just acts like it is invalid (nothing in the error file and it just doesn't start the service)
<19> Hi, I need a script that fetches any emails on a imap/pop3 account and saves the attachment at a given dir.
<18> :)
<10> Narada the person that set it up was trying to put hours not days so it is his/her mistake
<20> johahatl, that's pretty easy... start reading!
<21> Narada: perhaps someone calculated *60 one time too few :>
<19> mikefoo: imap functions in php is crappy.. 4.3.2 at least.. I see squirrelmail and so on has written it's on implementations.. heavy stuff.
<20> johahatl, so do it in another language
<18> cool
<18> would this be apache or php causing this problem
<19> m1chael: suggestions? bash?
<19> It's a simple task really..
<20> perl?
<17> SKretch: it's not hours or days its minutes
<18> hello??
<17> winkiller: heh
<18> is there anyone alive in here
<16> me
<0> im not
<16> everyone else is in auto response
<18> ok
<18> do you know about php
<18> or are you waiting to ask a question
<0> im waiting till its time to go home.
<18> home?
<0> !ask
<16> i'm just browsing
<18> ok
<0> yes. im @ work.
<0> mrtechguy: do you have a question, or are you just being friendly ? :>
<18> LOL
<18> i have a question and being friendsly
<18> my php (version 5.1.2) isn't being accepted by apache - have installed it properly and it just acts like it is invalid (nothing in the error file and it just doesn't start the service) - is this php's fault
<0> mrtechguy: define "accepted"
<18> good :)
<0> does it crash or what ?
<18> accepted: umm works nicely together
<0> and are you on win or *nix ?
<18> 1% sure
<18> apache just says "requested operation failed"


Name:

Comments:

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






Return to #php
or
Go to some related logs:

edubuntu dhcp lease problems
#perl
2.6 kernel can't get printk to show up
ubuntu rawrite package
#linux
Need MAIL before RCPT exim
+open source autodialer
#php
package.use
apl populate an array



Home  |  disclaimer  |  contact  |  submit quotes