@# 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



Comments:

<0> I've got a page of check boxes generated by php, then when i check a check box, and submit, the page should be regenerated without the check boxes that were checked. I'm getting caching issues (the php has a query string at this time too if that matters), and the checked check boxes are being redrawn regardless, any ideas? the code is correct, as i t works after a couple of refreshes on a page without the query string.. cheers
<1> MarkL: so how do i 'insert' the 3D generated image into the image i already have?
<2> Pollita: Do you understand the system behind? I still try to understand the way they seperate the words
<2> Pollita, when do they use a :: and when a | ?
<3> some idea?
<1> MarkL: the createLight they used in the first example is incorrect?
<2> How can I give out every line containing the word "foo" from a text file please?
<1> GREAT! Image_3D does not support createLight!
<1> Creates and returns a light. Needs only the position of the lights as a parameter. BULL****
<1> it keeps complaining what type and that the first argument should be an array
<1> an array OF WHAT?
<4> is anyone here going to be going to the ny php convention in nyc next month?
<5> I will
<5> for no reason Im not that good but they might give away swag
<4> I'll be going... just wondering who'll I'll meet
<5> me



<5> here i look like this http://sesstreets.com/about
<4> http://donkeymuffin.com/devel/blog/img/me.jpg <- me
<1> i will be going too :)
<1> i will be going as Captain Crunch :)
<4> really?
<1> no
<4> ha ha.
<1> i won't be going, because i can't afford the plane ticket :/
<5> lol i live in ny
<5> zaemis, BTW you look like a geek
<4> ha ha. thanks sesstreets. I'll take that as a compliment.
<5> and you also look 28
<4> I'm up in central NY, and a friend of mine has a brother down that way, so me and him will drive down and crash at the brother's place, they'll visit and I'll take the subway into the city for the convention.
<4> I'm 26.
<5> might as well go
<6> Do i have to declare all cl*** variables before defining the __construct(){..} or before the 1st function defined?
<4> Which track are you going to sit in on, .com or .org?
<6> I wouldnt think so... :/ but i've been known to be wrong in the past on my ***umptions
<4> lilth: no, I don't believe so.
<1> AHA!
<1> I found a deliberate mistake in Image_3D 3d.php
<7> Found bug?
<1> $name is ***igned to Light instead of Spotlight (or Point, or ambiental or whatever)
<1> fixed that :)
<1> Sjeesus, I have to fix scripts that come right from the PEAR :<
<1> next chapter...
<8> What does this error usually mean is happening, more specifically that is.. "Fatal error: Can't use function return value in write context"
<9> hey guys, I have a CLI php script on my server. I want to invoke this script when an even occurs (form submission). How would i call it? Thanks in advance!
<8> Make the form action set to the script?
<10> I am trying to display records that are six months away from today's date (the row is enddate). The row is formatted as a date YYYY-MM-DD. Can anyone point me in the right direction?
<9> I cant, I need to validate etc so the form submits to itself.
<8> What exactly do you mean
<1> anyone in here has experience with PEAR's Image_3d?
<9> zoopped: convert it to time then use the date functions. Or better off store it as time.
<10> Angri: i'll try that
<9> Lysol: form submits to itself and i do a few validation checks. If everything is cool i need to call a script that sends a few emails, modifies some files etc.
<8> Do a header redirect then with url variables...
<9> zoopped if you store things as them they are in seconds. So you just add x amount of seconds on...or you can get date() to do this for you.
<11> Hi, I'm having a problem setting a session
<9> Lysol: but the script is a command line script. Its not going to give the user any output.
<11> ok nvm
<8> SSI
<8> majd
<9> So i need to call it, then move on.
<8> did you call session_start(); ?
<11> Lysol, that was the problem
<11> i missed it
<8> k
<12> "I'm having a problem setting a session" isn't very descriptive.
<13> Hello
<13> I installed php using the --prefix option
<13> But uhm... I am not sure which directory its looking for php.ini in
<13> I put it in $PREFIX/etc, but it doesn't seem to care about my ini changes
<12> Angri: You're submitting to itself to validate, but is there a conditional for when it does validate?
<14> Braden: just a guess here, but likely would be $PREFIX/lib
<13> ok
<13> I will try that
<9> RogueJedi: sorry im not 100% sure what you mean but yes there is a condition, when this is true i need to call this script
<11> this is pissin me off...i keep mixin up javascript/java syntax with php
<11> and put a + instead of a .
<13> Yep, that was it



<13> Thank you =)
<15> If $i = 2; Will $str = "blah ".$i++; cause $str to be "blah 3"?
<12> Angri: Why don't you put what's in that script inside the current script? Alternatively you can include it
<12> DragonD: No
<15> RogueJedi: how can i do that then?
<12> DragonD: $i++ increments after the statement has executed, you'd do ++$i
<15> RogueJedi: how can i do that without changing the value of $i?
<16> anyone know a good guide to imap on php ... ?
<12> DragonD: .... ($i + 1)
<9> RogueJedi, ive though about that. its a big script so im trying to avoid it but i like your idea of including it, then i can just call its functions.....thanks.
<15> thanks
<12> Angri: Sure
<12> DragonD: Sure
<12> babo: php.net/imap ?
<17> Could someone help me? I'm trying to create a database, so that any user can join my website, but only add 33 character ad to my website, but i want the add to automatically be removed in 7 days, and they have to pay 5 bucks to place there ad. Its almost gonna be like a newpaper look.
<17> Could someone help me? I'm trying to create a database, so that any user can join my website, but only add 33 character ad to my website, but i want the add to automatically be removed in 7 days, and they have to pay 5 bucks to place there ad. Its almost gonna be like a newpaper look. Any one knew of any ideas, or pre made scripts out there that can do this?
<14> tdd1984: mmm, yeah...good luck with that
<17> JAJMaster: why you say that for
<18> tdd1984: the difference between asking for advice and requesting someone write your business code is a contract for services.
<14> and the bidding starts at about $75/hour
<17> threnody: well I didn't know if there was any pre-made scripts already before I take time out to making custom ones
<12> $75? I feel cheap.
<17> lol
<19> Seriously, I gave away websites for fre... But RogueJedi knows how I code >_>
<18> tdd1984: for some reason I doubt you'll be creating any custom code.
<12> I do?
<19> * Lysol is now known as Stuart_CG
<12> Ah, missed that
<17> threnody: why you say that for
<19> ;)
<18> tdd1984: just a cuess.
<18> tdd1984: just a guess.
<17> I think i'm gonna use MySQL
<20> http://pastebin.com/717948 this works...except the mysql query part...anyone have any idea?
<21> goodeve
<14> pastebin.com is not loading for me for some reason
<18> same
<12> Me either
<20> hhmm
<21> anyone here able to answer what i hope is asimple php question?
<12> just ask
<21> k thx
<21> i'm using heredoc for alarge chunk of html output
<12> Theres a problem right there
<21> heh
<21> i guess what i'm trying to do is streamline a form by shoving chunks of code into a $var so i can then send also in email without having to repeat code - was using herdoc for some arrays
<21> basuically: if (isset($_POST['app'])
<20> http://pastebin.com/717948
<20> ok pastebin is backup
<20> http://pastebin.com/717948 this works...except the mysql query part...anyone have any idea?
<12> Saying it doesn't work is meaningless
<12> What doesn't work, do you get an error? If so what is it, etc.
<22> what the heck is mysqli_fetch? I wanted mysql_fetch
<21> i guess what i'm asking is how you would embed : join('<BR><strong>[x]</strong> ', {$_POST['app']})
<23> Could anyone possibly tell me how to make fields required using this form http://pastebin.com/717967
<21> within a heredoc
<21> dumping array values for a catering menu
<12> Hmm, maybe not using the filth that is heredoc?
<21> what u suggest instead?
<21> i dont consider myself a programmer :)
<12> kittyanya: php.net/mysqli mysql improved extension
<22> ahh, okay
<12> Fuzz68: How about echo, or even better a templating system
<22> thanks. been a bit since I used php.net to look up stuff for a friend
<20> RogueJedi: The query isn't coming back...where there is info in the blank
<21> k that's actualyl where I started
<24> I'm making a database for my site that keeps track of the latest games announced for the Nintendo Wii, which is the new console from Nintendo just shown at E3. I was here last night and was told that I should have a seperate database for game records, another one for images of each game and another one for videos of the games. But I'm confused as to how when a user pulls up a game record on the site the PHP can find all the pictures bel
<24> in the images database and display them.
<25> foreign keys
<24> foreighn keys?
<24> *foreign
<12> sid: Where there is info in the blank??
<20> RogueJedi: http://snyfarvu.farmingdale.edu/~katzjs/store/product_detail.php?detail=2


Name:

Comments:

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






Return to #php
or
Go to some related logs:

sleep command in perl
ubuntu kernel_parameters
using irssi-text
1 2 3 4 5 6 7 8 mambo uhh
replcate via triggers
gtkglextmm 1.2 ubuntu
#mysql
Smartctl: please specify device type with the -d option.
4.7-0
ubuntu xserver won't start



Home  |  disclaimer  |  contact  |  submit quotes