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.9K People Reached
Favorite Forums

26 Posted Topics

Member Avatar for mbabaali

alright i see what you are doing with the html part but it is all wrong tables can use height, width, align, valign, and css you do not need all the extra tags so you really need to clean up your html before you work in to php go to …

Member Avatar for gopinathan
0
162
Member Avatar for muralibobby2015

ok i think i understand what your asking for. But a little bit more information on the goal your trying to accomplish would of been nice. But ill take a guess on what your trying to accomplish. Ok I'm guessing your using an iframe for google Images or your using …

Member Avatar for muralibobby2015
0
103
Member Avatar for elamigosam

try using jquery for sortable table and pagination and use some ajax commands so your users don't have to refresh the page every time the user the sort functions the jquery can call up a external php file with the sql access to make it easier for your users

Member Avatar for leela83
1
250
Member Avatar for Atomika3000

alright you are writing the form and you use the name as the in the next page variable what us did wrong is used this in the next page. [CODE]$prodID = $_POST['Product_Code'];[/CODE] what you should of used was this in the next in the next page. [CODE]$prodID = $_POST["ProductCode"][/CODE] your …

Member Avatar for diafol
0
92
Member Avatar for karumi

well you can use the header(); as so below [CODE] header('Location: http://www.example.com/error.php?error=301'); [/CODE] and you can use htaccess to set up Error pages such as 301 and ect. this is always a good thing to have also and there are some htaccess generates on google search that can help you …

Member Avatar for jcanaway
0
75
Member Avatar for old

Well i use firefox daily and i use the setTimeout with some of my ajax and it works in IE, FF, safari, chrome, and opera just fine if used properly example [CODE] var interval; function myFunction(){ // write the function below clearTimeout(interval); setTimeout('doSomethingElse()', 1000); } [/CODE] also may i ask …

Member Avatar for old
0
1K
Member Avatar for preetg

i found a couple error with in you document as you were using echo instead of print also you are using <? opening tag when you should be using <?php and the rest you can compare my versions compared to your own here's page one [CODE]<?php mysql_connect("localhost","root","root"); mysql_select_db("master"); if($_POST['Submit']){ $ecode=$_POST['ecode']; …

Member Avatar for jcanaway
0
110
Member Avatar for MDanz

first of all you both are going about this all wrong also you are not giving enough information on what you want done and the information the man gave you above is wrong also i need more information to help you and anyone else on here that knows what they …

Member Avatar for jcanaway
0
114
Member Avatar for MxDev

alright you can build a dynamic xml playlist using php to complete this task but you'll need to have flash coding under you belt plus know how to use flashvars the send from the swf to the php script using POST methods or GET methods to send to the dynamic …

Member Avatar for jcanaway
0
117
Member Avatar for genieuk

how dose this help i have comments inside of the code that explain let me know if it helped [CODE]<?php // this is where we define if the user is loged in // then there is a cookies and we need to select // the one with the users id …

Member Avatar for genieuk
0
137
Member Avatar for rajeesh_rsn

alright you need to change you status to the following you need to make it a time stamp that will hold the last action of user not have status hold "Online" or "Offline" ok and then you need to make a background script the will input the last action in …

Member Avatar for Phaelax
0
463
Member Avatar for web3

sorry need more information and some code examples on your problem also to help you

Member Avatar for jcanaway
0
163
Member Avatar for edwingudfriend

well on you query order by Accountys_Name your not telling it how to order it by like ascending or descending or any other thing like that go look it up at mysql.org they have information there on

Member Avatar for rajabhaskar525
0
265
Member Avatar for Facte

alright i do not see $fullurl defined in your script and for a hyperlink to be active for a web link you'll need a http:// at the start of the link so i figure the problem is with the non defined $fullurl variable with in the script so your going …

Member Avatar for jcanaway
0
178
Member Avatar for itsrahulk

hello yes it is but there is a better localhost then xampp it is called wamp it is much better i tried a bunch of them and found wamp as the better localhost but it is possible xampp you but pretty much since the are a few answers that may …

Member Avatar for jcanaway
0
104
Member Avatar for hallyhey

you need to better explain what you want to do for us to help you with what you need

Member Avatar for jcanaway
0
98
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
224
Member Avatar for shishtawitch

hey try using jQuery library tool for javascript and use ajax it will do what you want to do it is very simple if you have anymore questions just send me a message and ask your questions

Member Avatar for jcanaway
0
58
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
471
Member Avatar for littlebear330

remove $result= off $result=mysql_query($sql); other wise you did it perfectly because $result is stopping mysql_query to follow through really you really never want to put a variable in front of mysql_query unless your putting it through a loop but your not so you do not want a variable in front …

Member Avatar for BzzBee
0
289
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
68
Member Avatar for stottlifey

here is a great site that teaches you to build flash with php and other scripts here is the site you should go to [URL="http://www.developphp.com/"]http://www.developphp.com/[/URL] they are free there and they are great for people just starting out if you have any qustions you can contact me by privet message

Member Avatar for jcanaway
0
126
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
98
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
75
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
155

The End.