| |
| |
| |
|
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
Comments:
<0> when you say input your talking about whats inside the the < blah blah> <1> Well it just says <input <1> After the <span> <1> On the next line i guess it is <0> k <0> ><span cl***="section-txt"><input maxLength="20" size="20" name="firstname" cl***="body-text" value=""></span> <1> Yeah make the lastname one look like that <2> tdd1984: this is a PHP channel, not a HTML channel. Enough. <3> lies <1> And statistics <1> Anyone ever try to use an HDTV as a monitor? <0> zakabog: good question cause I was wanting to do that <0> i heard it works great <0> if you get a good one <1> I'm getting a 56" HDTV, it supports 1080p, but I'm wondering how hard it will be to read text <0> it should be fine
<0> or wait <0> get a LCD <0> if you have a lcd it will read great <1> Nah, can't afford it hehe <1> I hope this TV is good enough, I've used my other HDTV to code on but it doesn't support the higher resolution, plus it's a cheap TV, and I don't think they'll like me bringing my tower into the store to try out the TV <1> Although if I show up with $3,000 cash and my tower, and hook it up to the HDTV I'm sure they won't say much at all <0> yea <0> look it up <0> Yea lcd are expensive <0> plasma <0> lol <0> zakabog: you must make good money for web desining lol <1> Nah, I make most of my money installing kitchens whenever I'm needed <4> is there something i can look for in a phpinfo(); to sell if the nix server has a php i can run from command line? <4> sell/see <1> Although I'm getting $1,000 cash for this site, and there's still more work <1> wildman1 I don't think there is but why don't you just try to run php from a shell? <4> dont have shell access <1> So why do you need to run php from a command line? <4> script is protected to run from hostname <4> so i have to do a fopen in a cron.php <4> tried /usr/local/bin/php but didnt seem to runge_ <4> runge_ <4> wtf.. <4> run <1> Heh oh, isn't there a function in php to execute shell commands? <0> zakabog: how long is it taking you to do the site your getting 1 k for <4> exec heh <1> Try and exec a simple php script that'd run something to let you know it's working <0> zakabog: is it just a simple site? like no content? <1> tdd1984 I dunno, I havne't been counting the hours <1> It's like a combination of craig's list and myspace <0> yea <0> gosh your doing it for cheap aren't you <1> I haven't done any design work, just coding and integrating the designs I get, and yeah pretty cheap, but I'm hoping to make money in the long run from it <5> hi. has anone done this before. Allow a user to upload a zip file and extract the files inside the zip file and input into a form ? <5> the zip file would contain JPEGS <1> We think the site could easily sell for a million if it takes off (and we're thinking it's going to take off) so I'd get a cut of that, 10% of $1 million isn't too bad <0> zakabog: I would charged like 3 grand lol <0> yea <5> basically need to prepopulate the fields after successfull zip upload/extractment with the file names example: Image 1 (Photo here) Name: File Name <1> nuri search google or something for zip extracting php <1> Or something like that, I'm sure what you're trying to do could be explained on a page with a zip extracting php script <6> Hello my php file is nt opening with my httpd <1> astparm does it normally open on another site? <6> no basicaly i have installed my php and apache newly <6> so now i want to open my test.php file in browser <6> but its not ? <1> Did you make the test.php file yourself? <6> yes <6> m and there is a lots of file i got frm internet <0> I wonder how much people usually charge for php, and mysql driven websites <7> is there a function to strip html from a string? <8> guys <9> hey, ive installed a server and im using hebrew websites with utf8... its seems that mysql 4.1 having problem with hebrew and utf8.. so i consider to move to mysql5.0... is it recommended or this version is still beta ? <1> astparm is it just printing the php file? <8> is there a way to store variables across sessions etc? i want to make a global file cache <1> cheater would cookies work? <6> yes whn i typed www.myip/test.php , nothing dispaly but processiing is done <1> Lemme see your code <1> Do you have <?php your code here ?> ?
<8> Zakabog no. it needs to be shared between users, between sessions, and between separate runs of the same script file <2> Amir1: a quick look at the mysql site shows mysql5.0 as GA, it's considered stable <6> okie <1> cheater I'm confused, you need variables declared that won't be changed or something? <8> no <8> i have a medium that's very slow to read <9> anyone has tried to work in utf in hebrew or forgin language? <2> cheater: use a database? <8> and i'll have many many accesses to the same medium over and over. <8> aidan: but how do i put that in the ram? <6> this is the code of test.php <? print "<h1>it works !</h1>";?> <2> cheater: I bet you don't really need to store it in RAM <2> cheater: pick a database server, each will have its own method of storing a table in ram <1> astparm do <? phpinfo(); ?> <8> aidan: 3x speed penalty if i don't <2> cheater: pft 3x0 is still 0 <8> actually make that nearly 4x <2> cheater: how many hits per second are you getting? <8> 3x0x1000000000000 isn't 0 :) <6> ok but i have to put somthing in phpinfo(----);?> <1> No just that <2> cheater: where are these numbers coming from? <8> aidan - i don't want my stuff to crap out that easily <6> ok <2> Zakabog: <?php <8> from paranoia <8> ;) <2> cheater: how many hits a second are you getting? <2> cheater: okay so you're making numbers up? <1> aidan <? should work, shouldn't it? <7> is it hard with a regular expression to remove all parts of a string that start and end with < > <8> aidan, i'm writing a general CMS i'll be using over and over <8> yes, i'm making numbers up <2> Zakabog: no, not really <2> cheater: how many HITS PER SECOND? <4> if i ran an exec that opened a file that echo'd from web would i see the echo from the shell exec? <8> aidan: let's say 10000 <4> or do i have do $moo = exec... <2> cheater: 10,000 hits per second, on a single server? <1> wildman1 I think if you do echo exec(whatever) and the script run in the exec returned something you'd see it <8> aidan, small script <8> the server would handle it with a typical medium <2> cheater: you're making these numbers up again, aren't you? <10> hi agian.. pardon me that I repeat the question.. but have powerdowns in my area. <8> yes of course i am. that's what i just told you <6> after made change i typed this in browser http://203.92.35.55/test.php but nothing happend again <2> cheater: ... sigh <8> shrug <2> cheater: what do you realistically expect to have in hits-per-second? <8> :) <10> what tool are you using for pdf-on-the-fly <1> astparm try <?php phpinfo(); ?> <6> ok <8> aidan, realistically, i'm looking forward to making something that'd work for a small corporate portal <2> cheater: if you don't know off the top of your head, you're probably on 100 hits a day or something. You don't need to store your data in ram. <2> cheater: If you're getting say, 100 hits a second, on a small table, then it would be worth storing the whole table in RAM. Otherwise, you don't need to. <11> plz I need help <6> no sir , nothing -- it can be another prob like my route is set or not ? <1> astparm php isn't setup right then <8> aidan, it's not really like that <10> I am using (htmldoc) and I want arabic language support but (htmldoc) is showing the arabic as latin and I forced the arabic encoding within it. <11> I have a url like http://fonderie.yeba.net/ (in .yeba.net) <11> This URL is a redirection <11> to the "fonderie website" <6> so now wht need i have to do , re-install or there can be some error in config file <11> (this is an example) <1> There could be some error <8> i'm writing a markup language parser. it needs to read a lot of files to generate a single doc. <1> Check that you've followed all the steps correctly <6> okie <11> How can I get (in PHP) the target url of redirection ? <8> traverses 10-20x the info it'll output <11> with a script on an other server <2> cheater: ... doesn't that sound like a stupid design to you too?
Return to
#php or Go to some related
logs:
#osdev #lgp different wallpapers xubuntu #php debian where +smbmount etch #openzaurus #debian apt-get install jed ubuntu #perl +xorg +trident XP5
|
|