177 Posted Topics
is there anyway I could program windows 7 to automatically sleep for about 2hrs and then wake up after than. and then after 4hrs sleep again? thank you! | |
Re: Hi, you cannot start a session with just anywhere in the page. you must declare it on every start of a page like this. [CODE=php] <?php session_start(); ?> <!--begin content section--> <div id="content-white"> <div id="content-white-text"> <div align="center"><br><br> <?php if(isset($_POST['Submit'])) { if( $_SESSION['chapcha_code'] == $_POST['chapcha_code'] && !empty($_SESSION['chapcha_code'] ) ) { $youremail … | |
these are my resolutions: [LIST] [*]Less Games [*]More Coding [*]I will learn how to code in standards [*]I will learn more about cURL, Jquery and LOTS of new technology in Web Development [*]I will learn JAVA programming and replace VB as my software Primary Language [*]I will continue developing my … | |
just last week ago, my 6 yr old Pentium 4 Core Duo 3.0GHz died recently... the mobo died and not working anymore... I tried to revive it but sadly, it didn't make it alive... the Mobo is too old (DDR1 type). bottom line I don't have any money now... right … | |
Re: Hi Zack, as you can see, declaring array must be like this $output =array($lname, $fname , $addr, $cty, $stat, $zip, $acode, $phone); you should not put "" on between the whole expression. like what you've did: $output =array([COLOR="red"]"[/COLOR]$lname, $fname , $addr, $cty, $stat, $zip, $acode, $phone[COLOR="Red"]"[/COLOR]); btw, here's th code: … | |
Re: the most stupid thing is that when my parents bought a 57,000Philippine peso($1,266.40) and they've paid the store to install Vista and the softwares for 700Php($ 15.83 USD). and when I saw the laptop, I was shocked when I saw that the guy who installed the softwares installed [B]TWO FREAKING … | |
if so, can you please take some pictures and upload it in here? I'm sorry to bother you, it's just that I need some inspirations to do my work :P thank you so much :D | |
Re: that's really hard coding there... can you break it down a bit? | |
For the record, mine is 3 days without sleep. just eat and code. | |
Re: but PHP Cannot manipulate it... why not try jquery? [url]http://www.pengoworks.com/workshop/jquery/autocomplete.htm[/url] [url]http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/[/url] [url]http://www.ajaxdaddy.com/demo-jquery-autocomplete.html[/url] | |
Re: why don't you post it on the C++ section? LOL | |
Hi guys... just wondering if you know some Console like CMD in windows div box or something like this? [url]http://demo.web-console.org/[/url] thank you :D | |
Ok, almost the title said it all, but the point here is just to show your funniest picture or video(it doesn't need to be you. it could be a commercial, a prank, or anything. it just need to be funny!) so guys, show us what you got! :D here's mine … | |
is there any alternatives? My hosting is a Shared hosting so I guess somehow its limited... | |
Re: please post your code here [don't forget to use [code] ok?] and we'll see what's the problem | |
Hi guys! Im kinda new here and lately I'm developing a[B] PHP MySQL Module Generator[/B] that will help us to easily manipulate the database. since I want to make thing fast and I know lots of you agree with me that doing data manipulation stuffs like MySQL is boring so … | |
Re: hi, you can try this one: [CODE]<?php // array with filenames to be sent as attachment $files = array("file_1.ext","file_2.ext","file_3.ext",......); // email fields: to, from, subject, and so on $to = "mail@mail.com"; $from = "mail@mail.com"; $subject ="My subject"; $message = "My message"; $headers = "From: $from"; // boundary $semi_rand = md5(time()); … | |
Re: you could use this [url]http://www.htmlite.com/php028.php[/url] or use phpmailer [url]http://phpmailer.sourceforge.net/[/url] hope this helps! | |
Re: LOGIC is when you disobeyed the law. DISOBEDIENCE is when you get caught. Fairly simple. | |
Hi guys wassup? do you know how to get a time stamp like facebook? 3 minutes ago 4 hours ago 3 days ago 4 weeks ago thank you! :D | |
Hi Guys, I just want to ask you if you have any GOOD and EASY to understand Ms Access Tutorial. Since I am new in VB.Net, I would really want to know how to do that. I wish to have a tutorial how to ADD,EDIT,DELETE,VIEW I hope you can give … | |
I am into VB.Net to VB6 since vb6 is already phasing out. but I grew up with this language and now they're killing it!! and Actionscript 2 also to AS3. c'mon!! T_______T | |
Re: Hello, Sorry but I believe this code won't work either. =/ Try this one. [CODE=php] <?php if(isset($_POST["submit1"])) header("Location:script1.php"); else if(isset($_POST["submit2"])) header("Location:script2.php"); echo'<form name="form1" method="post">'; echo '<div>'; echo '<input type="submit" name="submit1" id="submit1" value="Create">'; echo '</div>'."\n"; echo '<div>'; echo '<input type="submit" name="submit2" id="submit2" value="Delete">'; echo '</div>'."\n"; ?> [/CODE] Cheers | |
Re: well its easy, you can just warn the user to do not close the browser until its finished. or you can just use javascript instead [url]http://www.linein.org/blog/2008/11/13/jquery-display-images-text-until-script-is-finished/[/url] [url]http://www.ajaxload.info/[/url] | |
Re: They are!! [COLOR="Red"][B][U]NOT.[/U][/B][/COLOR] I hate their marketing strategy just to make you come back to them. because when you want to reformat, you can't and you just have to go to tho them pay them to do it because they don't give the Drivers when you buy their laptop. that … | |
Re: [url]http://php.net/manual/en/function.date.php[/url] | |
Re: Now that you know the function, it should be easy. there are lots of example on how to use it. and maybe you can just put it after you insert the data to your DB. | |
Re: here's what you need to do. first, create a .htaccess 2.write this on the file ErrorDocument 404 /example/ 3.save the .htaccess on the example folder 4. the example folder should have an index.php so when they go to [url]www.domain.com/example/300[/url] which is not actually existing, the .htaccess will call the index.php … | |
Re: Yes true. C++ would be very great. but it requires deep understanding and a high skill in programming. | |
Re: [CODE=php] <?php session_start(); //I think this is the problem ?> <p> Here you can update your account information for viewing in your profile.<br><br> <?php if (isset($_POST['submit']) && $_POST['submit'] == "Update") { $query_update = "UPDATE preturi,user_info SET Pret_manopera = '" . $_POST['email'] . "' WHERE username = '" . $_SESSION['user_logged'] . … | |
As far as I can see, lots of Developer and Webmasters choose AJAX rather than Pure Flash Sites. and I've read lots of articles about this topic. but even them can't give me a concrete answer WHY would they choose AJAX rather a Full Flash site. As far as I … | |
Re: [url]http://www.talkphp.com/vbarticles.php?do=article&articleid=58&title=simple-ajax-with-jquery[/url] | |
Re: try this one instead <?php echo '<META HTTP-EQUIV="Refresh" Content="0; URL="../../index.php">'; ? | |
Re: [QUOTE=pritaeas;1315482]I am thinking this thread belongs in Geek's Lounge ;)[/QUOTE] hahaha! That's right :3 | |
Re: Lol because of this [CODE=php] $id = $_GET['id']; //you forgot to put the $id = $username = "root"; $password = '123456'; $hostname = "localhost"; $db = mysql_connect($localhost, $username, $password) or die ("Unable to connect to mySQL".mysql_error()); mysql_select_db('mynewdbase'); $del = "DELETE FORM newdbase WHERE id = $id"; $nres = mysql_query("$del); ?>[/CODE] … | |
Re: Hey nice to meet you :) I love NZ coz its a nice quite and peaceful country :) Thanks for joining here with us. have fun! | |
Re: just ask away. people here are friendly! :) | |
![]() | |
Re: WOOOW?!! 20k Posts??? that's insane man!! Why did you gave your admin batch? :( btw Nice to meet you I'm Darwin :) | |
Re: please show us the code | |
Re: No, what's BSC? I don't your panelist will accept that. but hey you can do some business using a website. I've heard about [url]www.tviexpress.com[/url], that the creator of this business is an IT expert. I think suggesting a title will help you. even if we have the Idea it will … | |
Re: Thanks for posting :) | |
Re: Hi, try this one for [url]http://lmgtfy.com/?q=mysql_num_rows[/url] *mysql and [url]http://lmgtfy.com/?q=show+table+status+mysql[/url] Cheers! ;) | |
Hahaha!! I never thought there is this section where I can introduce myself. I thought daniweb is just a forum full of geeks with no life. hahaha! I'm Just Kidding!!! :twisted: So I'd like to introduce myself to you guys because these past few weeks I started to be active … | |
Re: why this thread is in the Introduction section? haha :)) |
The End.