Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
69% Quality Score
Upvotes Received
5
Posts with Upvotes
4
Upvoting Members
3
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
3 Commented Posts
0 Endorsements
Ranked #2K
~14.7K People Reached
About Me

Nothing is Impossible

Interests
Master Brainstorming
PC Specs
Expert
Favorite Tags
Member Avatar for Ramakrishnan.L

I am developing a inventory management web application using php and mysql. This application will runs on different locations. while any one place disconnect the internet at the time data will be land in local database and when active internet that data automatically synchronizing the remote database. is there way …

Member Avatar for Athi_3
0
4K
Member Avatar for João_5

Hello guys, i have been working on a new script that will import data from a TXT file to mysql. Using this code works ok: $sql = 'LOAD DATA LOCAL INFILE 'logons-16-12-2013.txt' INTO TABLE pcvsuser COLUMNS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"' LINES TERMINATED BY '\\r\\n''; But if i …

Member Avatar for Abdul Waseem
0
4K
Member Avatar for abhijit_2
Member Avatar for abhijit_2
0
203
Member Avatar for Jemuel

Please help! i am troubling about on how can i execute my sql script properly. Thanks!Here's my code $sql="INSERT INTO inventory(account_number,serial_number,locator,remarks,`date_assigned`) VALUES('$accountno','$serial','$locator','$remarks',NOW())"; $sql.="INSERT INTO action_log(action,username,`date`) VALUES ('assigns the box($serial) to $accountno','$user',NOW())"; $sql.="INSERT INTO account_logs(action_log,account_number,username,`date`) VALUES('Assign','$accountno','$user',NOW())"; if(mysql_query($sql)){echo "Successfully Assigned!";} else{echo "Insertion Failed!";}

Member Avatar for Jemuel
0
209
Member Avatar for vishalonne

Hi Everybody I have to import excel data in MySQL table, I know how to do this for simple excel data to 1 MySQL table. Here also I need to import data from excel to 1 table but data is provided in 1 form which needs to be converted first …

Member Avatar for João_5
0
394
Member Avatar for pkpankaj

how to file upload and save in data base, and also how to retrive from there in any page

Member Avatar for João_5
0
63
Member Avatar for rgu.hari

hi everyone! mine is a hp intel dualcore 32-bit system.iam on win7 ultimate OS.yesterday i was trying to install win7 OS with a CD,then it was saying "no hard drive found".So i was unable to install OS .what might be the problem and what should i do,please suggest me........

Member Avatar for ugovictor
1
90
Member Avatar for João_5

Hello guys, i already have my databases and scripts working, and i was implementing a small webserver under windows 7 with xampp. But after configuring all needed in apache, i can see the pages in the server but non of the clients can see the pages. No error is displayed, …

Member Avatar for cereal
0
771
Member Avatar for João_5

Hello guys, now that i have all my scripts up and running i need some help configuring virtualhosts on Apache/Xampp/Win7 The Httpd-vhosts.conf like this: <VirtualHost *:80> ServerAdmin joao.dias@centralcervejas.pt DocumentRoot "C:/xampp/htdocs" ServerName kadar ServerAlias www.kadar <Directory "C:/xampp/htdocs/" > Options Indexes FollowSymLinks ExecCGI Includes Order allow,deny Allow from all </Directory> </VirtualHost> The …

Member Avatar for pritaeas
0
166
Member Avatar for João_5

Hello guys, i have been away in the last few days, because of work, so i am on again. I am trying to ping a series of hosts and then add info about the ping in a row. I have a DB called ad, with a table called ping with …

Member Avatar for João_5
0
382
Member Avatar for nadiam

so i wanna echo a result from my database and i have successfully done that but im trying to place the result at a specific place on my page. this is the code if($result) { { echo "<div class='total'>"; echo "<b>Your Total Income is $total</b>"; echo "</div>"; } } and …

Member Avatar for nadiam
0
393
Member Avatar for WebCat999

Hello I been very grateful if someone could help me. I try to make a 3 columns structure but can not get it. It must be header, top navigation, left navigation, main content, banners, and footer. Can anyone help please?

Member Avatar for simplypixie
0
128
Member Avatar for chrisschristou

hello dear friends i'm trying to insert picture in form subtmit bouton but it don't show anything on navigator this is the way i do it <input name="adcart" type="submit" src="product/images/shopping-cart-icons.png" class="boutonaddto" id="adcart" value="ADD TO BASKET">

Member Avatar for João_5
0
171
Member Avatar for christin_1

So will someone help me this my website Please so i wanted it set out like this http://i1299.photobucket.com/albums/ag71/TheIronDoorProject/Untitled_zps5d81f4e3.png but when i go do this the main column pushes the other two columns down, this is my css http://pastebin.com/85b6ttTx

Member Avatar for João_5
0
194
Member Avatar for davidjennings

Hi all I am trying to call a simple function and I keep getting an error "Parse error: syntax error, unexpected ';', expecting '{' in C:\wamp\www\david\remoteaccess\index.php on line 15" This relates to the call and I don't understand why it does not work. I am using WAMP if that makes …

Member Avatar for davidjennings
0
716
Member Avatar for chrisschristou

hello every body on daniweb i have a problem who i had posted in past but it wasn't solve how can i redirect to another pages after insertind data into data base table, i did it but it work only on wanp in localhost but on web hosting (server) the …

Member Avatar for chrisschristou
0
1K
Member Avatar for ehpratah

Good Day Guys Im Having a hardtime getting this simple script working, basically im trying to open pop up windows when a link is click(which work fine until i found out that the same data is being fetch over and over again which is the last data inserted in the …

Member Avatar for ehpratah
0
201
Member Avatar for João_5

Ok, new question... I need to get data from one mysql row, set it as $ad The following code will convert it to readable date format. <?php function adConvert ($ad) { $seconds_ad = $ad / (10000000); //86400 -- seconds in 1 day $unix = ((1970-1601) * 365 - 3 + …

Member Avatar for João_5
0
302
Member Avatar for javanub123

I know nothing about windows scripting, but hopefully someone can point me in the right direction. I need to open a browser on a keypress, and then close the browser after the keyboard/mouse have been inactive for 1 minute or so. After the browser closes, I need to switch back …

Member Avatar for João_5
0
312
Member Avatar for João_5

Hello guys, my turn to ask a very simple question. I already have a Mysql DB with querys working great. I import data from Active Directory server, and one of the values is State, enabled or disabled, etc. But this values came in a form of code: 512 = Enabled …

Member Avatar for diafol
0
277
Member Avatar for palo.moshoeshoe

this is my php code,it works properly before inserting,can it be the fact that i have attatched a photo to my form? the other problem is,i dont know what type is photo for my xampp database,i left it a VARCHAR, the error i get is: Parse error: syntax error, unexpected …

Member Avatar for João_5
0
498