177 Posted Topics
Re: Like what I'm always telling here No one's gonna help you here when it comes to giving "ideas". But you insist, why don't you build an application that gives ideas and suggestions like what you're asking right now? I'm pretty sure its gonna be helpful | |
Re: [QUOTE=ardav;1639138]You've got 'welcome $username' as data in your DB?? OKay, use str_replace().[/QUOTE] Woow, guess who's back :D | |
I've been tryin to connect to irc.daniweb.com but says server was not found? I'm using mIRC and newbie on IRC thing :D | |
Hey I think its a cool idea if there is an @mention here and some live notification? I'm just saying :D | |
Re: No one's gonna help you here when it comes to giving "ideas". But you insist, why don't you build an application that gives ideas and suggestions like what you're asking right now? I'm pretty sure its gonna be helpful :P | |
Re: [QUOTE=ardav;1639124]Just hit 5K!! I am now a [B]'Posting Expert'[/B]... :) Amazing what you can achieve with 'ditto', 'I was just about to mention that' and "I'm with AlmostBob on that one".[/QUOTE] HOLY COW YOU"RE BACK?!!!! OMG... did you missed me? HAHAHA :D btw, this is britoniah3480, I changed my username … | |
Hello Sisters and Brothers from Daniweb (The greatest Devshed forum out there, hell yeah!) Last month, I was thinking about quitting my Facebook.... I've been a member since 2008 and was really enjoying it. But lately, I discovered that it already affects my life. [B]A lot.[/B] I realize that as … | |
Re: I suggest you go and study PHP Classes. TRUST ME WITH This. It's gonna help yo 1000 ten times fold ;) | |
Re: [CODE] $total = mysql_query("SELECT COUNT(*) FROM $table_and_query"); $total = mysql_fetch_array($total); [/CODE] You can also try this one [CODE]$link = mysql_connect("localhost", "mysql_user", "mysql_password"); mysql_select_db("database", $link); $result = mysql_query("SELECT * FROM table1", $link); $num_rows = mysql_num_rows($result); echo "$num_rows Rows\n";[/CODE] | |
Re: Public == Available to everyone who can access the class Private == Available only within the class where the function/variable is declared protected = Available only within the class, or any class that is derived from the class Let me know if you need more :) | |
Re: [url]http://jpgraph.net/[/url] [url]http://graphpite.sourceforge.net/[/url] [url]http://devzone.zend.com/article/3774[/url] | |
I've seen some posts of users changing their usernames. But some of them are like below 50 posts. I mean why would they want to change their Usernames if they've just have less than 50 posts? I mean they could have just make another account. So, My suggestion would be, … | |
Re: Psssh...[B] I hate to say it,[/B] but it's another Filipino Spoon Feeder... Please, don't be like this... You are already a 4th year student and you should BE ON YOUR ON NOW... | |
| |
Re: Hi! Welcome to DW!! For us Web Developers, I think the best approach would be like this: [CODE] <html> <body> <h1><?php echo "Hello there!"; ?></h1> </body> </html> [/CODE] Doing this kind of approach could be more coding rather than echo-ing it all. But the advantage of doing this is making … | |
[B][U]BEFORE YOU SAY ANYTHING[/U][/B], Let me tell you that I am just asking if there is someone caught from stealing a web template OR someone caught using an Pirated/Unlicensed Template. I have no Intention of Stealing a Web Template or any kind of malicious act like this. Thank you! :D | |
Re: Hello! Try this one [url]http://php.net/manual/en/function.mysql-real-escape-string.php[/url] Cheers! | |
Re: Uhh... It's not possible but if you use a class you can do something similar. Like this $myFunction = new classFunctions(); ![]() | |
Well obviously, you can't program all the way. Specially when you get old. For sure you're gonna have some problems specially when you're starting to lose your memory a bit. (Oh fiddle sticks! I forgot the function to print numbers again!) Most of the programmers retires when they turn 50. … | |
Re: Hmmm... probably some of your programs are using the same socket... | |
Re: [QUOTE=riseguim;1601139]Problem solved! I just had to move some other javascript in my <head> tags all the way down in the <body> section... I guess the script interfered with the php somehow... I don't really care because it is working now anyways... Thanks again !![/QUOTE] Then please mark this Thread solved … | |
Re: You can do it using open_dir You just have to think how to implement that like this: [CODE]<?php //Open images directory $dir = @ opendir("images"); //List files in images directory while (($file = readdir($dir)) !== false) { if($file != "foo.txt") echo "filename: " . $file . "<br />"; } closedir($dir); … | |
Re: Can you show us the complete script? I'm doubting that it has something with the $index. | |
Re: Oh no brother it's not possible for PHP to do that... you see, PHP is a Server-Side Script. That means when the Webpage stop loading, your PHP script also stop. You can do this btw using Javascript which is an "Active Script" Goodluck! | |
Re: Hi, I think it would be easier for you if you try Snoopy. [url]http://sourceforge.net/projects/snoopy/[/url] it's pretty easy to use. you can try it! | |
Re: I might suggest try learning OOPs also... here you can also check this blog why OOPs in PHP is a good practice. [url]http://www.webninjawannabe.com/tutorials/5-reasons-why-use-object-oriented-programming-in-php[/url] | |
| |
Re: Actually PHP6 is better(sounds like Java like too me.) you can try this discussion [url]http://fabien.potencier.org/article/18/what-for-php6[/url] try reading the commentbox also :) | |
Re: Here we go again... Tip #1: Try to read more than speaking. Learning is learning how to listen/read. here you can try something like this: [url]http://www.tuttoaster.com/20-tips-to-make-your-php-code-better/[/url] [url]http://www.decodephp.com/codecleaner/[/url] [url]http://lmgtfy.com/?q=php+code+cleaner[/url] | |
Re: Is the users just going to submit proxy settings or...? | |
Please do invite me! hahaha! if you have some time to do it, please send me and invitation! here's my email [snipped] thank you! oh and btw, if somebody have a Twitter also, could you please follow me, I'll follow you back! [snipped] | |
Re: Well the fastest fix in that is to create a folder and put about.php in that and rename it to index.php :P | |
Re: Hmmm... I think you could write a textfile that is in PHP extension, then try calling it by using includes | |
Re: It's really a big word to say "PHP is being DUMB". if PHP is being a dumb, we'll be sure not posting PHP stuffs here... | |
| |
Re: Hi, try this one. [url]http://www.sephiroth.it/swfreader.php[/url] you can also try here [url]http://lmgtfy.com/?q=php+swf+read[/url] | |
Re: [url]http://lmgtfy.com/?q=ajax+and+php+examples[/url] but since it's prettier to implement using Jquery [url]http://lmgtfy.com/?q=jquery+and+php+examples[/url] ![]() | |
Uhh... well I'm not really expert into SQL Injections Prevention so I had an Idea of putting the Admin accounts in a PHP file... for example [CODE="PHP"] <?php $_ADMIN[1244]["username"] = "root"; $_ADMIN[1244]["password"] = "345dfgAFKgfmsdfS"; ?> [/CODE] I think that in doing this it will prevent Hacking of Admin accounts... what … ![]() | |
Hi, I need to put Icons on a SWT Tree. is it by using setImage? But I don't know how to use it... please help me. thanks! | |
Hi, I'm currently studying SWT Tree examples but I want it to be dynamic. since the data will come from a Database, I'd like to know how to do it? how to Insert new Leafs in a Tree? Please, make the EASIEST (DUMMY EXAMPLES). I'm really new here. if you … | |
Hi guys, I'm kinda new in VB.net. Do you guys know anything tutorials on how to database MSACCESS? I'd like it very very simple. but I want it to be [B][U]pure in Code[/U][/B] not like some Setup or something. a sample downloadable project will do! thanks! :D | |
Re: why do you have to choose XML? I think its pretty darn easy if you just output the whole comment and then let the AJAX do the work. for example |Darwin/November 15 1988/12:21AM/Hey! |Anna/November 15 1988/12:41AM/What? anyway, if you insist, this might help you [url]http://www.satya-weblog.com/2008/02/header-for-xml-content-in-php-file.html[/url] | |
Re: Too young to be here. What's your programming language btw? :) Nice to meet you, I'm darwin :) | |
Re: [QUOTE=nssltd;1318831]I like to tell my friends they're wrong when they say the internet is made by Microsoft.[/QUOTE] That's Bulls**t. Tell that to Bill , slap his face and ask him if he knows me then run. |
The End.