Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
4
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~60.7K People Reached
Interests
Programming
PC Specs
OS: Windows Favorite Browser: FireFox Favorite Processor: Intel
Favorite Tags
Member Avatar for Duki

Well I just started eating dinner and thought this would be a neat topic. Everyone knows we love to eat while on the computer; two birds, one chair. I'll start it off: Deli Sandwiches, macaroni salad, potato salad and a Pepsi :)

Member Avatar for Dani
22
17K
Member Avatar for janzaldo

when im test in my local machine i dont have any error but when im trying to test in web i have this error, the same DB, the same tables, the same data in both structures any idea???? Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in …

Member Avatar for sudhir1234
0
2K
Member Avatar for arthurav

I have one variable already set (received through GET, too). I want to pass it, together with the variables of the form. The problem is that the new page takes only the variable from the from. This is the code: [CODE]$insertion_type=$_GET['insertion_type']; echo "<form action='index.php?insertion_type=".$insertion_type."&' method='get'>"; echo "Number of registrations<br /><input …

Member Avatar for Dexx
0
153
Member Avatar for winnzor

I want something like how facebooks wall works but when i call what others have posted its out of order with time for example: First Table (Users): UserID: 1, Name: Matt, UserID: 2, Name: Bob, UserID: 3, Name: Steve, Second Table (Friends): UserID: 1, FriendUserId: 2 UserID: 1, FriendUserId: 3, …

Member Avatar for ApocDen
0
92
Member Avatar for rfrapp

This is the beginnings of a login script that I've been working on, and I can't seem to figure out why I have this error. The error is said to be on line 10. Any help would be appreciated. I've changed the info in the variables used for connection just …

Member Avatar for diafol
0
424
Member Avatar for ApocDen

This is a falling snow snippet Its very light grey its really meant for like dark backgrounds for best effect but its ok on white. its a slightly grey snow Just place the code in between tags and it should work Its too complicated to edit color unless you have …

Member Avatar for softwareforpc
0
240
Member Avatar for ApocDen

the code is very simple and all it does is get the ip of a member or guest and logs it in a text file. if the log.html doesn't exist it will auto create one for you, as long as the path is correct. Also make sure you set proper …

Member Avatar for TechySafi
0
1K
Member Avatar for Emily Banks

Google [URL="http://googlevoiceblog.blogspot.com/2010/08/make-and-receive-calls-in-gmail.html"]announced[/URL] today that Gmail users can now make free calls from a computer to a phone. The service will be free for calls in North America until at least the end of the year. [ATTACH=right]16893[/ATTACH] Until now users could call other Gmail users' computers for free, but now the …

Member Avatar for jayde2363
2
313
Member Avatar for ApocDen

This is a very simple bbcode example to use on a forum or your pages. Add this to a function page and make sure the function is required on the page you want to on. ENJOY!! :D

Member Avatar for phplover
0
388
Member Avatar for nicholaslee21

I cannot get this mysql update query to work. Please help. I am new at this.:) <?PHP session_start(); ?> <?php //it's getting the data from the post fine. I know this part is working. $ud_id=$_POST['ud_id']; $ud_fname=$_POST['ud_fname']; $ud_lname=$_POST['ud_lname']; $ud_type=$_POST['ud_type']; $ud_used=$_POST['ud_used']; $ud_sdate=$_POST['ud_sdate']; $ud_edate=$_POST['ud_edate']; if ($ud_id == "") echo " No record ID …

Member Avatar for orcaraheel
0
5K
Member Avatar for dschuett

Ok, so I will do my best at explaining this... I have set up a database of our company's Parts Ordered forms. I have created a php form that allows users to inject new POs into the database. Which works successfully. I am working on the search form to allow …

Member Avatar for richieking
0
3K
Member Avatar for Sabryan

[B][/B] This is my favorite joke, and what's yours? One day God came down and said to three guys that the less you cheat on your wives the better the cars you'll get in heaven. So the first guy went to heaven after cheating on his wife 67 times and …

Member Avatar for ih8bugz
0
209
Member Avatar for ft3ssgeek

As many of you may or may not be aware, today Google released a new search technology called "Google Instant". Here is a link to an info page about it: [url]http://www.google.com/instant/#utm_campaign=launch&utm_medium=et&utm_source=toggle[/url] It's only available on the most up-to-date browsers, such as Firefox 3, IE 8 and a couple others, so …

Member Avatar for MosaicFuneral
0
205
Member Avatar for thr

hello I want too choose among c++ + qt + php and java for my programming language and platform please help me too choose best platform I want to choose a platform that has this features : speed, portable I am c++ programmer and familiar with java programming language i …

Member Avatar for Premsathishbe
0
332
Member Avatar for ApocDen

This will count number of page views in a session. Simple, to add on the page just add the code on the top of the page and make sure it is before any html.

Member Avatar for kyrilkong
0
1K
Member Avatar for ApocDen

Hello i got a text based game running atm and i want to develop an app for it on android. I have created the interface and the login pages and all the pages i need . i have even created a database for it. but i want to link my …

Member Avatar for ApocDen
0
74
Member Avatar for MooGeek

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 …

Member Avatar for ApocDen
0
231
Member Avatar for vaishali_mittal

Hi Daniweb, am vaishali mittal, can u plz suggest me for which laptop i should go for? here are my particulars processor: corei3 hdd: 320 gb ram 2mb screen 13-14 price range 20,000 to 35000 m pursuing M tech from CSE

Member Avatar for ApocDen
0
120
Member Avatar for Baby.D

Help!! I need to make a website. This is what I've come up with [url]http://www.mahaabouchacra.com[/url] ... can you see my problem? The only program I know how to use is Microsoft Publisher and it sucks! I was told its codes complex the whole web design procedure more than it should …

Member Avatar for packetpirate
0
139
Member Avatar for ﻼim
Member Avatar for ﻼim
0
236
Member Avatar for sneaker

[url]http://www.dailymail.co.uk/sciencetech/article-1305191/Facial-recognition-software-allow-ability-identify-people-photographs-internet.html[/url]

Member Avatar for WASDted
0
113
Member Avatar for atrueresistance

I was wondering if anybody would be able to help me insert a confirm delete popup window that closes after submit. here is what i have so far [B]index.php[/B] [CODE]} //delete tool button actions if (isset($_GET['deletetool'])) { $id = mysqli_real_escape_string($link, $_POST['id']); $sql = "DELETE FROM tools WHERE id='$id'"; if (!mysqli_query($link, …

Member Avatar for Samuz
0
8K
Member Avatar for visualmonk

Hello, I am trying to use the mysql_real_escape_string() function, but I can't seem to use it without losing the content of the variable. When I use [code] $act="It's now or never" $act=mysql_real_escape_string($act);{ [/code] then attempt to insert the value of $act--it comes out null. I have established the database connection, …

Member Avatar for liamfriel
0
130
Member Avatar for sam023

Hello Friends.. i have 2 folder in root directory DEMO1 and DEMO2 containing same kind of files. when i login in DEMO1 through localhost/demo1/index.php and it will direct me to welcome.php and after login when i change demo1 to demo2 from address bar.. I Still remain in SESSION or welcome …

Member Avatar for ﻼim
0
157
Member Avatar for chiyankarthi

hi, How to make changing selection of radiobuttons respectively on dropdown menu selection with example in javascript... thank you, regards by, karthick.s

Member Avatar for ApocDen
0
99
Member Avatar for Silvershaft

Hey! Is it possible to make RSS feed of a site what requires login before you can see the contents of it? Thanks in advance! I remade this topic here in the php section as I was told, also if you know how to do that give me some thoughs …

Member Avatar for ApocDen
0
79
Member Avatar for flyheight04

could someone help me on this.. the if else statement (bold letters) is not working.. and only the if statement is running and it seems the whole condition too i included the whole code so that everyone can see what i want to do.. [CODE]<html> <head> <title>Untitled Document</title> <link rel="stylesheet" …

Member Avatar for MindSter
0
167
Member Avatar for Mecklar

I have a simple 2 option drop down menu which corresponds to a column in my database. The drop down menu is not populated by the database it is just used to update the data in that 1 column. However I was wondering if it would be possible to make …

Member Avatar for Mecklar
0
89
Member Avatar for urlstwohim

I would like the results from this script(it is working but results open in same window)to be displayed in a new window? Here is the code: [<?php function new_module_menu() { $items = array(); $items['new_module/form'] = array( 'title' => t('My form'), 'page callback' => 'new_module_form', 'access arguments' => array('access content'), 'description' …

Member Avatar for urlstwohim
0
188
Member Avatar for QWaz

Hi, I am about to blow my brains out. Im sure you've been there! I am trying to create a table in my MySQL database and getting this error -> SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds …

Member Avatar for QWaz
0
127