Recent content by Affs Dsfs

  1. A

    Php mysql help.. Related to looop.?

    Haiii I have a query which will select some data from a table.. nd sumtimes number of rows is 2 and 3 etcc nd their is another queryy which will add the above data into another tablee What i want is that.. how to create a loop that will help to add all data lik if i got 3 rows of result in first...
  2. A

    haiii problem with php date functiom?

    i copied my php mysql website into another computer, installed xampp their and when i run my page it displays an error lik this Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the...
  3. A

    Html script to show warnign while submitting a form?

    Is their any script that i can use in my webpage, so that when i press submit button my form, it will show a dialogue box with warning saying that make sure u r input is corrct. nd it shud display the datae entered in the form also helpp
  4. A

    Stopping a php mysql script?

    haiii what is the php script to stop a script.. ( i mean command or syntax) i have an if else statement in my scriptt nd if the condition is not false.. ( or it is not listed in if , it is listed in else ) then i want php to stop script their.. nd leav the rest of the scipt.. hw to do that ...
  5. A

    Converting a php website into an application or using a special browser ?

    Haii i have made a website based on php and mysql to hold salea accounts. I want to convert it to a application i saw details about adobe air but it doesnt support php.. now i think its better to use browser itself and is their any software or browser , that when executed will open a...
  6. A

    Converting a php website into a desktop application?

    Haii, i have created a website based on php and mysql that can hold sales accounts. it has got 9 or 10 pages.. nd has few forms etc, and many tables tooo is their anyway to convert this website into a desktop application ? i mean instead of running webbroswer nd opening this, i want to built a...
  7. A

    Please debug this php mysql script?

    heyy i will post a part of php mysql script below please debug it.. when i execute it, it shows You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 the script is $shopt = "SELECT price...
  8. A

    Help with php and mysql, adding data in a column?

    Hey i am building a website to hold sales accounts. i have a table called sales and in that their is a column called price nd i also hav another table called Payments nd in that their is a field called total price What i want is, it shud get data from "price" column from sales and all the rows...
  9. A

    HELP WITH php and mysql.. deleting data from multiple tables in a single query?

    Iam building a website based on php and mysql and that can store sales accounts. Now i have a main table called sales; which contains columns price, shop, modelnumber etc, and i also have table for each modelnumber. nd their is an option in the website to remov certain item from stock.. nd their...
  10. A

    Calender in php. how ?

    In my php form i have a field got date.. i want to add a button near that nd when i click it.. php should fill today;s date in that form field how to do that ?
  11. A

    Help with php and mysql?

    Haiii, iam on a work of creating a website based on php and mysql to hold sales accounts, now iam facing some problem. While entering records, i specifies an item;s model number, price, etc. nd these are stored in a table called sales and i have got table for each models so like if model number...
  12. A

    Please find fault in this php script?

    hii iam in work of making a accounts holding database website based on php can u please debug the lines beloow it fails to do the queryy is their anything wrong wit syntax $gmobileq="INSERT INTO table2 (date, modelnumber, price, paid, sold ) select (date, modelnumber, price, paid, sold ) from...
Back
Top