Posts
 
Reputation
Joined
Last Seen
Ranked #786
Strength to Increase Rep
+8
Strength to Decrease Rep
-2
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
~325.22K People Reached
About Me

Im fallout1 and fallout2 fanatic

Interests
watching naruto and playing computer
Favorite Tags

345 Posted Topics

Member Avatar for vegaseat
Member Avatar for Reverend Jim
15
13K
Member Avatar for samaru
Member Avatar for Duki
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
177
Member Avatar for sanjaypandit
Member Avatar for 68thorby68
Member Avatar for zein1212
0
336
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
17K
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
878
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
350
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
311
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
413
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
318
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
307
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
268
Member Avatar for <M/>

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

Member Avatar for diafol
0
128
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
257
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
143
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
190
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
Member Avatar for crzycm16

1st i spot a typo error '$Vet_Middle:' but you said you removed the colon but still the problem exist... I patiently recount your data and there is no problem you had 28 fields in your insert into values.... the last thing that's bugging me that may cause the problem would …

Member Avatar for diafol
0
8K
Member Avatar for nexocentric
Member Avatar for vaultdweller123

Hi! im currently annoyed by this situation where i am always logged out about every 15 or 20 minutes? this is pretty annoying as i am constructing my code and comments to reply on someone then suddenly when i hit submit it prompts me to log in, and my comments …

Member Avatar for Ancient Dragon
0
94
Member Avatar for davy_yg
Member Avatar for emclondon
0
383
Member Avatar for kalaban

awts sowe lol :D, btw so what's wrong? i mean is what is the problem? you have error? or it isn't displaying anything

Member Avatar for kalaban
0
329
Member Avatar for Persi

echo 1st the $row[RegNo] to see the value, because it could be that the $row[RegNo] only contains the "five" text

Member Avatar for Persi
0
4K
Member Avatar for cr7489
Member Avatar for filipgothic

then make a checkbox for vote, after that add new field for table anketa, named it "votes"data type int default 0, then every submission increment it by one, you can do it my having this query = "UPDATE anketa SET votes=votes+1 WHERE location='your_location'"

Member Avatar for iamthwee
0
189
Member Avatar for LoveAshu

1st set session upon log-in, ex. [CODE]$_SESSION['id'] = $id // id come from database[/CODE] then when you are redirected to the inner pages then query the username of the logged in user, the query whould be [CODE]mysql_query("SELECT username FROM users WHERE id=".$_SESSION['id']);[/CODE] then in your page [CODE]<div id="after_login">Welcome <?php $row['username']; …

Member Avatar for LoveAshu
0
8K
Member Avatar for zacharysr

try this [CODE]<?php $useryquery = "SELECT * FROM `members` ORDER BY id DESC "; $useryquery = mysql_query($useryquery); $i=0; // added start count while($row = mysql_fetch_assoc($useryquery)){ $id = $row['id']; $firstname = $row['firstname']; $lastname = $row['lastname']; $verified = $row['eamailactivated']; $userinfo = $row['Blocked']; $usertype = $row['Usertype']; if($usertype == '1'){ $usertype = "<td colspan='2' …

Member Avatar for weekendrockstar
0
302
Member Avatar for Webville312
Member Avatar for anthonyjpv
Member Avatar for filipgothic

hey flipgothic haha i don't know if you can understand us right but what we are trying to say is, when you insert use the name-values pairs algorithm, what your using now is your just specifying values it's ok but it follow correct order based on your table structure, you …

Member Avatar for filipgothic
0
1K
Member Avatar for emidevil
Member Avatar for Virangya

try this [CODE]$replace1 =str_replace('hreflang="'.$arr['variantslang1hid'].'" lang="'.$arr['variantslang1hid'].'"','hreflang="'.$arr['variantslang1'].'" lang="'.$arr['variantslang1'].'"',$replace1);[/CODE]

Member Avatar for Virangya
0
248
Member Avatar for shielaolid
Member Avatar for hallianonline
Member Avatar for trektrak

you only need one table and put status on books if it's still on loan, example 1=on loan, 0 = available

Member Avatar for vaultdweller123
0
125
Member Avatar for jacksantho

what do you mean by parsed out? you mean how to get the value? then use @hag++ code, use $_GET

Member Avatar for vaultdweller123
0
99
Member Avatar for hallianonline

you include a php file using a javascript include tag? now that's weird man, php include() and require() are used in php to include files. so nevertheless what's the problem? what do you want to achieve?

Member Avatar for vaultdweller123
0
195

The End.