Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
67% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #2K
~10.5K People Reached
Favorite Forums
Member Avatar for mbabaali

hi everybody i have this code for selecting data from my sql database but when i outpot it it it looses align ment,can someone help me ,pliz,thanks [code]<?php //The code is for selecting all patients records in the database //This selects the database and connects to the database require_once('Connections/Database.php'); mysql_select_db($database_Database, …

Member Avatar for gopinathan
0
159
Member Avatar for muralibobby2015

hello... i am not getting image url in I.E when ever drag the image into textbox. it is working fine in all browsers. but not in I.E. drag the image into textbox. url not getting in textbox. how to get this url when drag the image thanks.

Member Avatar for muralibobby2015
0
101
Member Avatar for elamigosam

hi Does anyone here know how to make a table with html and make it so that people can sort the diferent colums of info, in php and SQL

Member Avatar for leela83
1
244
Member Avatar for Atomika3000

trying to get i form going, so that the user can just a code from a list generated from a database(i got that bit working), and then bring up a new page with the details of that product. i cant seem to get it to send the variable through here …

Member Avatar for diafol
0
89
Member Avatar for karumi

Hi, I would like to ask you about how I can write a php code for 301 Redirection and how I use it in my hosting ( where to code, where to upload and how to configure it) . Thanks.

Member Avatar for jcanaway
0
72
Member Avatar for old

As many before me, I suppose, I have trouble with setTimeout() in FireFox. Oddly, I have no problems with IE. If I use [CODE]setTimeout(loadnav1(),2000)[/CODE], FF fires loadnav1() immediately and try-catch complains about loadnav1() not being in quotations. If I use [CODE]setTimeout('loadnav1()',2000)[/CODE], IE works fine, but FF does nothing. Can anyone …

Member Avatar for old
0
1K
Member Avatar for preetg

hi everyone i m completely fed up to solve dis prob.... i checked my code so many times but i cant find where is my mistake...... plz help me out..................... I am selecting records from diff tables......my select query is correct and after dat m inserted new record and dat …

Member Avatar for jcanaway
0
106
Member Avatar for MDanz

below in the form action, i've put "test.php?w=$sw&h=$sh" but when i input the form and submit i get this.. test.php?search=example&submit=search how do i get all together in the url? like this [url]http://test.php?w=$sw&h=$sh&search=example&submit=search[/url] i even tried this [code] <form action="<?php $sw = $_GET['w']; $sh = $_GET['h']; $theurl = "http://test.php?w=$sw&h=$sh&"; echo $theurl; …

Member Avatar for jcanaway
0
109
Member Avatar for MxDev

Hi guys, How I could build a playlist linked to swf object video player to play uploaded video in php ?? Thanks,

Member Avatar for jcanaway
0
116
Member Avatar for genieuk

Hi everyone, I have a drop menu as below and when submitted it sends either no value, male or female to the database. [CODE]<select id="gender" name="gender"> <option selected="selected" value=""/> </option> <option value="Male">Male</option> <option value="Female">Female</option> </select>[/CODE] Now when i go back to the page i want it to show the value …

Member Avatar for genieuk
0
125
Member Avatar for rajeesh_rsn

Hai I am developing a community website and peoples can create their profile and can add friends and all. But I need to show a notification if that visitor is online . Or show all visitors in online in a page. I use mysql database. I make it like this …

Member Avatar for Phaelax
0
459
Member Avatar for web3

when i use <?php echo $_SERVER['PHP_SELF']; ?> in my forms the get values disappears. How to fix that? Is there some function?

Member Avatar for jcanaway
0
160
Member Avatar for edwingudfriend

I have worked with code but I found this error Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\wamp\www\ACM1\search.php on line 50 <form name="form" action="search.php" method="get"> <input type="text" name="q" /> <input type="submit" name="Submit" value="Search" /> </form> <?php // Get the search variable from URL $var = …

Member Avatar for rajabhaskar525
0
258
Member Avatar for Facte

Hi there guys, I am trying to create an RSS feed and for the life of me I can't get it to create working hyperlinks. Any help would be so massively appreciated. [CODE]<?php session_start(); $connection = mysql_connect("******", "******", "*****") or die (mysql_error()); $db = mysql_select_db("****", $connection) or die (mysql_error()); $q18 …

Member Avatar for jcanaway
0
176
Member Avatar for itsrahulk

Hi, I am having xampp installed on my windows xp service pack 3 machine.i am trying to do the url rewrting on local system in .htaccess file.but there is no output of the url rewriting. So i want to know, is url rewriting possible on windows having apache webserver installed? …

Member Avatar for jcanaway
0
102
Member Avatar for hallyhey

I am trying to learn this but I am so not logical and I'm lost as all hell. Anyway I'll just copy paste what I've already put on yahoo answers. Can you help me figure this out this php? So far this is what I have and I'm lost on …

Member Avatar for jcanaway
0
90
Member Avatar for jcanaway

Hello Every on i have wrote some scripts for my website and i am getting Undefined variable Notices on a couple Variables like exampled below [CODE] $i = 0; foreach($value as $row) { $content .= "<option value=\"".$i."\" ".$selected.">".$row."</option>\n"; $i++; } [/CODE] now every time i view the page with the …

Member Avatar for ko ko
0
223
Member Avatar for shishtawitch

how can i create a php page where the page is gone refreshed automaticly without reloading page and user could see other users activity just like facebook.................!!

Member Avatar for jcanaway
0
56
Member Avatar for jcanaway

alright im making a sortable displays in my website but i am trying to figure out how to pass my javascript array to and external php script through POST method so i can update the column, position, hidden, or closed in the database i am using jQuery Sortable Portlets located …

Member Avatar for sysel
0
6K
Member Avatar for jcanaway

alright i am working on jQuery - UI Sortable Portlets and im trying to pass serialize on to the php so i can update my database with each displays column, and position so it will save for my users i have what I've done so far below if anyone know …

Member Avatar for jcanaway
0
469
Member Avatar for littlebear330

hi, I can displayed data from list/menu from 3 different tables in database in a table and in each row of the table I had a delete button. The problem is I did not know how to delete a single row when i click the button. Anyone can help? This …

Member Avatar for BzzBee
0
190
Member Avatar for jcanaway

can anybody point me in the right diction where i can download packages with U.S.A. zip codes for every city and towns to every state and also includes the latitude and longitude of each town and city

Member Avatar for jcanaway
0
66
Member Avatar for stottlifey

I am a total NOOB to ICT, and was wondering if anyone would help me make a website using flash, php, and javascript. Please help, I will work out giving you money when the site is up and running and making money. I have got a graphics designer for free …

Member Avatar for jcanaway
0
122
Member Avatar for jcanaway

hello i am wondering how i can go about making links similar myspace where i can give users a custom link where the do not have to type in my whole dynamic link like [url]www.example.com/index?action=profile&fid=id&token=key[/url] instead i want it to look like this [url]www.example.com/USERS_CUSTOM_URL[/url] that will forward them to the …

Member Avatar for BzzBee
0
94
Member Avatar for jcanaway

alright im having so problems with my floating divs containers i am using three columns in my html part of my website and i have a wrapper around the three columns known as page and the columns are float left in css so they can be perfect aligned left to …

Member Avatar for BzzBee
0
73
Member Avatar for jcanaway

alright im trying to make my content containers drag and drop / sortable on my users pages so they can move there content containers around with using javascript and then they can save it in to the users pages Database so every time they come to that page the site …

Member Avatar for BzzBee
0
153