177 Posted Topics

Member Avatar for kush tomar

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

Member Avatar for Netcode
0
163
Member Avatar for nats01282

[QUOTE=ardav;1639138]You've got 'welcome $username' as data in your DB?? OKay, use str_replace().[/QUOTE] Woow, guess who's back :D

Member Avatar for cgull
0
215
Member Avatar for MooGeek

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

Member Avatar for MooGeek
0
254
Member Avatar for MooGeek

Hey I think its a cool idea if there is an @mention here and some live notification? I'm just saying :D

Member Avatar for MooGeek
0
69
Member Avatar for tejesh13

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

Member Avatar for MooGeek
-1
102
Member Avatar for Cross213

[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 …

Member Avatar for MooGeek
0
91
Member Avatar for almostbob
Member Avatar for sneekula
Member Avatar for MooGeek

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 …

Member Avatar for Netcode
4
502
Member Avatar for jj.amonit

I suggest you go and study PHP Classes. TRUST ME WITH This. It's gonna help yo 1000 ten times fold ;)

Member Avatar for jj.amonit
0
97
Member Avatar for vernz
Member Avatar for Paaat

[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]

Member Avatar for Paaat
0
251
Member Avatar for gonidelux
Member Avatar for azegurb

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 :)

Member Avatar for MooGeek
0
124
Member Avatar for jorjah
Re: php

[url]http://jpgraph.net/[/url] [url]http://graphpite.sourceforge.net/[/url] [url]http://devzone.zend.com/article/3774[/url]

Member Avatar for vibhaJ
0
96
Member Avatar for MooGeek

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, …

Member Avatar for MooGeek
0
192
Member Avatar for jhamela

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...

Member Avatar for MooGeek
-3
157
Member Avatar for MooGeek
Member Avatar for MooGeek
0
52
Member Avatar for ahasan_al_rabbi

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 …

Member Avatar for almostbob
0
122
Member Avatar for MooGeek

[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

Member Avatar for MooGeek
0
112
Member Avatar for niche1

Hello! Try this one [url]http://php.net/manual/en/function.mysql-real-escape-string.php[/url] Cheers!

Member Avatar for hielo
0
201
Member Avatar for jakizak

Uhh... It's not possible but if you use a class you can do something similar. Like this $myFunction = new classFunctions();

Member Avatar for diafol
0
116
Member Avatar for MooGeek

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. …

Member Avatar for almostbob
0
279
Member Avatar for jollyjain
Member Avatar for Stefano Mtangoo
0
293
Member Avatar for Lius
Member Avatar for riseguim

[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 …

Member Avatar for karthik_ppts
0
181
Member Avatar for sainigks

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); …

Member Avatar for MooGeek
0
117
Member Avatar for Leaflets
Member Avatar for ambraham
0
111
Member Avatar for atfOnly
Member Avatar for atfOnly
0
272
Member Avatar for srinidelite

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!

Member Avatar for MooGeek
0
74
Member Avatar for srdva59

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!

Member Avatar for MooGeek
0
145
Member Avatar for atfOnly

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]

Member Avatar for atfOnly
0
172
Member Avatar for whiteyoh
Member Avatar for whiteyoh
0
102
Member Avatar for Xufyan

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 :)

Member Avatar for MooGeek
0
136
Member Avatar for Siberian

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]

Member Avatar for MooGeek
0
193
Member Avatar for arsenalfun
Member Avatar for MooGeek

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]

-4
55
Member Avatar for MDanz

Well the fastest fix in that is to create a folder and put about.php in that and rename it to index.php :P

Member Avatar for MooGeek
0
78
Member Avatar for IIM

Hmmm... I think you could write a textfile that is in PHP extension, then try calling it by using includes

Member Avatar for IIM
0
241
Member Avatar for tape enterprise

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...

Member Avatar for MooGeek
0
96
Member Avatar for uselessninja
Member Avatar for nguyennamphp

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]

Member Avatar for MooGeek
0
86
Member Avatar for geekme

[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]

Member Avatar for diafol
0
78
Member Avatar for MooGeek

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 …

Member Avatar for diafol
0
137
Member Avatar for MooGeek

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!

0
71
Member Avatar for MooGeek

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 …

0
64
Member Avatar for MooGeek

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

Member Avatar for Luc001
0
114
Member Avatar for phouse512

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]

Member Avatar for hielo
0
96
Member Avatar for Rishikeshan

Too young to be here. What's your programming language btw? :) Nice to meet you, I'm darwin :)

Member Avatar for Elvin3
0
240
Member Avatar for smith09

[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.

Member Avatar for savis1
-6
824

The End.