| |
| |
| |
|
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
Comments:
<0> i can get the filenames to insert into my db, but not upload :( <0> if(!move_uploaded_file($_FILES['photos']['tmp_name'], "../uploads/".$_FILES['photos']['name'])) <0> any ideas? <1> Very strange. Printing with file_get_contents(), surrounded by printing <pre></pre>, produced beautiful output -- except the first 15-1/2 lines of the file are missing. <2> peqe then dont do that. <3> peqe, are the first 15.5 lines of the file surrounded by <!-- and --> <3> ? <3> heh <1> mybadluck: first line is "<php" and last two characters before the printing starts are "->" (the cl*** ***ignment thingee). <1> s/<php/<?php? <1> s/<php/<?php/ <1> The online docs don't warn about any forbidden characters <3> i'm just wondering if it is taking the whole thing as a tag <1> (BTW, there is some UTF-8 Japanese in there too) <3> try this:
<3> when you print it <3> print htmlspecialchars($string); <3> i think that's the function <1> mybadluck: I looked at the HTML source -- you're right! <1> I was thinking how PHP might be hosing it, but HTML was hosing it <3> :) <1> Thanks <4> *sigh* <3> no prob <4> oops :P <5> since I am just getting into PHP anyone able to reccomend any menu scripts? <4> i should warn you i'm kinda of thin, i dont make a good teddy bear! <6> winikeh: I'd recommend you dont do menus with php <5> what should I do for site navigation then? <2> 12 pizzas to start with <6> eww <4> oh wait wait... this is the fattening before slaughter isnt it!? <6> pizza, beer eroticism... yeah <7> winikeh: the menus are implemented via javascript and/or css <5> fair enough <7> so it's not php's job to deal with it <5> any reccomendations on that or should I go there? <2> jiggster of course not... spit roast <4> :P <2> jiggster no slaughtering at all <6> a nice slow, gentle roast :) <2> jiggster do you prefer an apple or a pineapple on your mouth? <2> in <4> lets go with the traditionally recognized apple <7> and just when i was about to give him a link too <2> Nah... I dont care for roasted apples too much.... sweet potato sounds good though. <4> anyone else having a slow inet day? <2> jiggster Yeah, due to high gas prices <4> hmm <8> any mac useres here <4> roger_padactor: i own two <4> so i guess i am <2> lig come to papa! <4> god damn the net is crawling like hell for me... weird <9> LOL <0> how can i delete an element in an array if i know the key? <8> tooo late found a user <10> I know this isn't a PHP related question, but if I'm using MySQL/Apache do I HAVE to release my product open source in order to use them? <4> wtf... <4> tek no <10> jiggster: can I PM you, briefly? <9> tek - if you bundle the mysql you have to iirc <4> no <10> lig, you're saying if I have my php code and it prefers a mysql database and apache then i'm fine? <2> lig come to papa! <10> but if I include mysql and apache with it I have to license it? <9> tek - check out the licensing page in the manual to verify - but I think as long as it works with a mysql DB and doesn't come bundled with the mysql db - your fine <2> lig come to papa! <10> okay, thanks
<2> lig: Incest is the best, forget the rest! <9> ;) <10> ! <9> hehe <9> well, well - look at the time.. time to go <9> later <2> bubye <10> Jymmm <2> tek Jes? <10> hiiiii. <2> OHHHHHHHHHHHHHHHHHHHHHHHHHH State of California is now going to keep the names of those that test positive for HIV <11> i've got a Hierarchical / Prioritizing question... http://rafb.net/paste/results/ABOtG176.html <10> sadfajsflkajsfksjafl link <12> Time to move. <10> LOL <10> crap sorry, haha <2> mother ****ers <12> Hehe <2> http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2006/02/20/BAGB3HBLAD1.DTL <13> What was the first thing everyone here made? <2> porn site <12> A cup cake <4> an accident <13> Come on seriously. <4> i don't remember <4> i did a lot of small scripts when i was starting <13> Like what? <4> whatever i felt like :P <4> news scripts, a guestbook, member system <4> all sorts of things <4> m1chael: thats an sql question i'd say, #sql, #mysql, etc <13> Because, I don't know what to try and make. <14> Would anyone be interested in coding a full website in php for 300$ <14> I'm serious too. <15> okay if im just starting off learning php, should i install php 5 or php 4 <16> I dont really have php knowledge <16> 4 <17> I'm getting a 'cannot modify headers' information and I'm trying to track it down. If the error reports this: Cannot modify header information - headers already sent by (output started at ../includes/header.php:22) what does the 22 mean? Line 22 of my header is style information :/ <2> !+g7 <18> Guideline #7) No spam, bots, scripts, trolls, job postings (includes asking for work), advertisements or onjoin/away/back messages. <2> !+headers <18> If you are getting error like "Warning: Cannot modify header information - headers already sent by (output started at /path/file.php:1)" it means you've got some output before your header() call or starting a session. *No* output can be sent. that includes whitespace (outside of <?php and ?>) and any (X)HTML. You can also use output buffering <15> Angel-SL, any reason why 4? <16> tama00: It works with more versions of scripts <7> imo, go with php5 <15> hmm yeah i leaning towards 5 <7> if you have legacy apps to support, then yes for it is <15> maybe i should just install both <7> s/for/four/ <15> but i dont cause im just starting off learning it now <7> then go with php5 <4> i concur <16> 5 then <16> IPB 1.3 only supports php4 <15> or if i install both and sym link it to 5:D <16> and mysql4 <15> whoa tama your smart! <15> okay thanks guys <4> creepy <7> php4 doesn't have native support for mysql4.1 <7> or was that mysql4? <15> i dunno:P <19> hi all.. <19> is it possible to use php locally? <19> like in my browser I open a locally stored php page? and have it be rendered using php? <2> if you install php locally <19> I am on OSX.. I seem to already have php installed <19> will safari pick it up and render the page using that? <7> if your apache server and php are running correctly, yes <19> deadroot: no... then I would be going throught the localhost/ urls... <19> I am talking about going through the filesystem urls <7> not possible <2> spundun PHP is SERVER side, not CLIENT side
Return to
#php or Go to some related
logs:
#mysql #ubuntu gentoo make_opts Logitech mx510 xorg.conf gentoo ssh-agent xfce dpkg: ../../src/packages.c:191: process_queue: Assertion `dependtry <= 4' Amarok could not find any sound-engine plugins gentoo ati ixp ac97 controller failed with error -13 #css #fluxbox
|
|