| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13
Comments:
<0> yes i know <0> but roughly <0> =P <1> Some products have huge margins, others not so much. <1> Bsically anything with electronics have low margins. <1> High priced items have low margins. <1> Anything cheap and/or not eletronics HUGE margins. <1> Like a comb for your hair, it might cost you 10 bucks, but it cost 3 cents to make. <0> Combs are great <0> =) <1> New apple iMac cost 900 in parts, they sell it for 1200, though thats an unusually high markup, but then again its apple. <2> eya pit <2> apples rule is to sell it for 4/3rd of the price of manufacturing <2> in general <2> excluding the iPod, which costs ~75 to manufacture <3> is there a way to sort the first 20 values in an array into ***ending order... eg arr[0] = 7; arr[1] = 2; arr[2] = 5 // would then make arr[0] = 2, arr[1] = 5 and arr[2] = 7
<3> but sort() will sort ALL values, i only want the first 20 values say <4> extracr the first 20 then sort <3> thats what i was thinking :) just wanted to know if there was an inbuilt way, nvm :) <4> sure php needs more functions like i need another hole in the head <5> Does anyone know how to create a button, not a link, that would call delete.php with a var... for instance delete.php?id=$VAR <4> use a form <6> or an onClick <4> action="delete.php" hidden form field the id\var <5> Eldritch... Im trying to use a form... Ive been beating my head on this for two days... <4> problem with onclick is the 10% with out js on <4> pastebin your code <5> http://pastebin.com/517014 <3> <form action="delete.php?id=<? echo $VAR ?>"><input type="submit" value="delete"></form> <6> 10% of ppls don't have js on? <5> That code is changed from my origianl <7> origi-anal? <3> gota love that php wit! :p <7> thats not php wit <7> that's mircscript wit <4> you dont have a form there with action="delete.php" <7> php wit would have been funny <5> Eldritch... I know... I was talking to another guy and we were tying what he was saying.. <3> Mmm, sorry its gone 3am here in england... brain aint focusing any more :( <4> ignore him, hes an idiot <3> why thanks you :) <6> two </form> tags too <6> man, whatever WYSIWYG you use looks to be pretty ****ty <5> ELdritch: Check this out: http://pastebin.com/517046 look at line 78... it never interprets the var <5> infact.. it never interprets the php statement at all <4> # <4> <form method="link" <5> thats been my problem <4> get or post <4> then the var will be in the $_GET or $_POST array <4> oh its that one <form action="delete.php?id=<? echo $id; ?>"><input type="submit" value="delete"> that should have a method post or get <5> ahhh... Im getting all sorts of confused.. <4> <form method="post" action="delete.php?id=<?=$id; ?>"><input type="submit" value="delete"> $_POST['delete'] will be the id <4> arg get <8> um <8> <input type="hidden" name="id" value="<?php echo $id;?>"> <8> no more get <4> yes thats the way i would do it, just built on the other crap from dirtyrat <4> <input type="hidden" name="id" value="<?=$id;?>"> for the uber lazy <9> yeah baby,. photoshop 7 running under wine <9> the only thing is that the save for web option is broken <9> :/ <6> eh, pretty important feature too <9> its vital for me,. its the secret behind my up and comming word premier of the "elastic web gui" <4> i never use it, i know what it changes and do it 'manully' <9> Eldritch, do you use slices? <9> id like to see you try that manually <4> nope <9> i wonder if theres a trick for it <9> can believe i ll simply be doomed? <4> cut and paste <9> cut and paste? <9> stop smelling your own nuts its affecting your brain <9> YEAHYEAH my mom this my mom that <9> **** off
<4> cut it paste it in to new images, you have slices, man some people are lazy <5> MUAHHH!!!! THanks Eldritch... that finally did it... there is no freaking reason it should have taken me this long to get this <9> ho yeah sure, if i dont try to fix the perfectly well formed tool for doing just that plus generating some of the html i ll use,.. now that would be lazy <9> but i hate to adfmit your nut sniffin holds a point <9> i ll have to do that in the mean time <4> killit - i take cash <4> Ophiocus - whatever <4> ground control - to major tom <5> ahhh man.. now that damn song is in my head <4> there are worse thengs that could be in your head <9> yeah like in the navy <4> the muppet version of that was great <9> never saw that,.. my childhood is a total fake <4> my cell ring tone is the muppets <9> this guy had the darth vader theme as a ring tone, now that was awesome <4> Miss Piggy with kick darth vader's butt <10> http://video.google.com/videoplay?docid=-7193470719293309352 <10> lol <11> hi, im trying to upload files with php, and for some reason its only working for .txt files... they are very smal, but i tried uploading some jpegs that were also very small, i looked at php.ini and increased maxuploadSize and maxPostSize, and restarted the server, and had no improvement, any help? <5> hey, I know this isn't an html room.. but <br> makes a full carriage return..(double space) anyone know how to do a half return <10> that video rocks <8> anyone an arch enemy fan? <12> do you need to have a webserver running to run php ? <12> a php script rather? <4> killit css margin <8> Monument, no <8> you can use php cli <4> but would you wnat to> <9> PapaBear, i like the tshirt <9> got DeCSS? <4> i hate hosts that have to ask for the p***word then again them not know it has its advantages <12> why wouldn't you want to use a webserver to do it? <4> hick chardoney <13> allo Eldritch <4> humm? <4> enough work for today <14> hi Alia26_ <9> ja! just made the "save for web" option of photoshop run in wine even though the guys at winehq say it dosent work <9> am so emailing them <8> I'm gonna **** around with .net <8> in mono <15> So, I'm running PHP 5.1.2, and the date() function is returing a very wrong time. <9> lemme guess 1 jan 1970? <15> I'm in EST (-5:00 UTC), and it's returning something that's -7:00 UTC <15> Nope <9> whats your os? <15> Ophiocus: Debian Linux. <15> The date command returns the proper local time. <15> And also 'date --utc' returns the proper UTC time. <9> daylight saving time maybe? <9> thats a wild guess <15> I thought it might be that, too, but even that wouldn't account for a two-hour difference on the correc time! <9> there may be a variation on interpreting your utc from timezone <9> again wild guess <9> so rong timezone + daylight = -2 utc <15> Negative. <15> Currently, it's Jan 22 2006 12:28am Local Time. <15> date('g:i:s a') returns 5:27:05 pm, same date. <15> That's a seven-hour difference! <9> id like to notice that the minutes are off too <9> ho sorry seconds for runnig script my bad <15> I didn't notice that, but correct. <9> gimme a sec that tickles my fancy <15> heh <15> So, no other thoughts? <15> Same thing occured with 5.1.1. <9> am trying to check on the php site but the "%&/&"$%&"/ cc for ve is dead <15> hrm. <9> your server has its own utc idea of how to do things <9> nother wild guess <15> Not so. Server's date command returns correctly. <9> try e as a date format key to return your utc setting <15> Give me a sec. <16> kanme2!
Return to
#php or Go to some related
logs:
#php #java lebsex #mirc fios residential only mulim rap ico2png, debian WEISENDARKBIER Sasha CENTos bubuntu
|
|