I have an MySQL query which is seems to work fine with a PDO execute and I want to make paging to the results. I want to show the total number of results also. If I make paging by adding...
I am planning to create a little Framework to use for my small web sites. I already created the classes and functions. I need a Visual Studio Toolbox style menu which can add code to a...
I am working on a big multilingual web site project. It is a holiday booking site which will have countries, resorts and sub-resorts and also info pages for all.
I am working on a GIS project where we locate the objects using for coordinates CURX (Upper right x point), CURY (Upper right y point), CLLX (Lower left x point), CLLY (Lower left y point)....
I want my PHP code create a new directory with the name of the product and upload the images of the product to it. When I manually create the directory using FTP, upload works. But if the PHP...
Thanks for your reply. I corrected the Doctype and it looks fine now. I was using DW as an editor before which doctype etc was placed automatically. Now I am looking for a good editor which adds...
I am preparing the following web site. It looks fine with FF and Chrome. But on IE there's a big line appears which I could not get rid of. Could anyone tell me what the problem is on the CSS...
Hi, many thanks for your reply. I tried to add the header and got header already sent error. Maybe it's because I didn't add the exit; . I will try and let you know.
I have the following Javascript code to make a simple calculation. It works fine the numbers entered are integer. But if the numbers are 1.5 style I get stupid results or NAN error.
Many thanks for your effort. I fixed the problem with my code. The problem is both the name of the form and the function names are same. I changed the name of the function from...
Sorry I could not explain it clearly. Simply I have checkboxes on a property form. When I submit the form my target PHP file writes the values of the checked checkboxes to a database field...
I have a function which I am using to get the list of categories shown on the same table (Categories are separated by the ustkategoriID section). My function calls itself to move to the...