- Strength to Increase Rep
- +8
- Strength to Decrease Rep
- -2
- Upvotes Received
- 41
- Posts with Upvotes
- 32
- Upvoting Members
- 37
- Downvotes Received
- 63
- Posts with Downvotes
- 42
- Downvoting Members
- 26
Im fallout1 and fallout2 fanatic
- Interests
- watching naruto and playing computer
Re: [CODE]you can defeat a genius through hard work[/CODE] -- rock lee | |
| |
Re: maybe the username doesnt really exist... check your database if the username you inputted is already inserted | |
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, … | |
Re: try using using isset in $_POST['log-in'] [CODE]if (isset($_POST['login'])){[/CODE] | |
Re: 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 | |
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 … | |
Re: 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". | |
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 … | |
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 … | |
Re: What if your query return an empty recordset? | |
Re: what? coming to left side? can explain more clearly? | |
Re: 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 | |
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 … | |
| Re: 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 … |
Re: 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 … | |
Re: 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' … | |
| Re: try this mitch $str = 'I like to eat Strawberry Cheesecake.'; $str2 = str_replace("."," .",$str); $words = explode(" ", $str2); |
Re: first you need to install a working email system inorder for you to send mail | |
| Re: 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"); |
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 | |
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 | |
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 | |
Re: 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 … | |
Re: bwahahaha the dead has been resurrected again ha ha |