Posts
 
Reputation
Joined
Last Seen
Ranked #780
Strength to Increase Rep
+7
Strength to Decrease Rep
-1
48% Quality Score
Upvotes Received
41
Posts with Upvotes
32
Upvoting Members
37
Downvotes Received
63
Posts with Downvotes
42
Downvoting Members
26
13 Commented Posts
2 Endorsements
Ranked #621
Ranked #236
~321.98K People Reached
About Me

Im fallout1 and fallout2 fanatic

Interests
watching naruto and playing computer
Favorite Tags
Member Avatar for samaru
Member Avatar for Duki
Member Avatar for vegaseat

[CODE]you can defeat a genius through hard work[/CODE] -- rock lee

Member Avatar for Reverend Jim
15
13K
Member Avatar for tissam

maybe the username doesnt really exist... check your database if the username you inputted is already inserted

Member Avatar for diafol
0
6K
Member Avatar for vaultdweller123

hello people daniweb....just want to ask honest oppinions from you guys, because this has been bugging me for years. I've been a PHP developer for 5 year using windows. So far so good. i am able to accomplish the task at hand. but there's always back of my head saying, …

Member Avatar for vaultdweller123
0
174
Member Avatar for sanjaypandit
Member Avatar for 68thorby68
Member Avatar for debasisdas

you can defeat a genius through hardwork. if there's no way... make your own way. you don't make progress when your just sitting there and complain. talents wins games... but teamwork wins championship

Member Avatar for James_28
8
16K
Member Avatar for vaultdweller123

i had an htaccess for that, but the problem is... it doesn't read $_POST variables RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^/]+)/$ $1.php RewriteRule ^([^/]+)/([^/]+)/$ /$1/$2.php RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !(\.[a-zA-Z0-9]{1,5}|/)$ RewriteRule (.*)$ /$1/ [R=301,L] Anyone know an htaccess that can remove the .php, add a …

Member Avatar for vaultdweller123
0
874
Member Avatar for jacksantho

you mean there's an htaccess already and it's ruining the normal operation? because if there's no htaccess, then the path /htdocs/emp/emp.php will be viewed in [url]http://localhost/emp/emp.php[/url], take note of the folder "emp".

Member Avatar for bathina.gunasekhar
0
8K
Member Avatar for vaultdweller123

hello im a little new to htaccess specially mod_rewrite, i know mod_rewrite allows us to rewrite request. Can anyone write me the exact code how to rewrite my path to files?. Before my files(jc,css,images..etc.) reside in example /images/image.png, but now it has a parent directory folder named "public" so my …

Member Avatar for cereal
0
344
Member Avatar for vaultdweller123

hey guys, anyone here know how to format word doc using PHP?, i already got how to create one, but the formatting is my problem, like setting bold letters, btw i tried html markup it works but the problem though is how to set the page width? it's taking up …

Member Avatar for joonaroshi
0
307
Member Avatar for The Dude
Member Avatar for Avasulthiris
Member Avatar for janzaldo
Member Avatar for chandbasha
Member Avatar for Khav

what is the value of $url? what is something? $url = something; of course your $url only prints one values, because it is overwritten everytime it loops, it's called destructive readin, use array to store each values or concatenate it

Member Avatar for adam.adamski.96155
0
409
Member Avatar for vaultdweller123

Hi all, i had a problem, i don't know what caused this but everytime i logged here in daniweb and browsed the forum, sometime i get logged out all of a sudden, don't know why, and my pages are not updated, i had to refresh the page(ctr+f5 or f5) evertime …

Member Avatar for Dani
0
161
Member Avatar for LastMitch

where did you learn OOP? that is just so wrong, that is a bad class structure. Your class has no constructor, you know what i recommend you must first learn the standards on how to create a class, specially from getters and setters etc. you can google tutorials on the …

Member Avatar for LastMitch
0
142
Member Avatar for rollerhockey97

there's is nothing wrong with your code now if you followed their suggestions, try printing out the checkbox first to see if it has values or not, use print_r(), like print_r($_POST['check']); and make sure it's POST not GET and try posting here your html form here, so we can see …

Member Avatar for rollerhockey97
0
317
Member Avatar for <M/>

the reason you recieved html tags is because you did not include an html header, and the reason the image is not displayed it's because your did not specify an absolute path. this is the simple example of how to send html email <?php // multiple recipients $to = 'aidan@example.com' …

Member Avatar for Zagga
0
305
Member Avatar for LastMitch

try this mitch $str = 'I like to eat Strawberry Cheesecake.'; $str2 = str_replace("."," .",$str); $words = explode(" ", $str2);

Member Avatar for LastMitch
0
250
Member Avatar for <M/>

first you need to install a working email system inorder for you to send mail

Member Avatar for diafol
0
127
Member Avatar for LastMitch

first i wanna ask, can you clarify this line $cake("Apple Cheesecake", "Blueberry Cheesecake", "Strawberry Cheesecake", "Mango Cheesecake", "Raspberry Cheesecake"); is that an array? it yes it should be $cake = array("Apple Cheesecake", "Blueberry Cheesecake", "Strawberry Cheesecake", "Mango Cheesecake", "Raspberry Cheesecake");

Member Avatar for paulinetaylor85
0
254
Member Avatar for vaultdweller123

hey guys... just wanna ask, is setting timezone on php automatically computes for daylight saving times? i mean does it autmatically detect DST and automaticaly add +1 hour on specific month? thanks in advance

Member Avatar for LastMitch
0
8K
Member Avatar for vaultdweller123

hey guys.... anyone here know why my time here in localhost is different from the internet, let's say even though i already set my timezone to "America/New_York" the time is still different

Member Avatar for vaultdweller123
0
141
Member Avatar for vaultdweller123

Hello guys i had a problem logging in here in daniweb, i don't know what happen but i can't seem to log-in in my computer at work, but here in my home i can successfully log-in, even though the accounts entered are correct. please help

Member Avatar for PrimePackster
0
189
Member Avatar for Paddy
Member Avatar for WolfShield

Haha i dont have an IT joke, but i had this kind of joke Once there was dog who is a sex maniac, he raped many of the animal in the forest, he raped chicken, cow, goat, pig etc. Almost all animals were raped and his crime continues for a …

Member Avatar for itzarun
0
1K
Member Avatar for raine