Have an account? Sign in
Login  Register  Facebook
how i can group a table to make charts

i want to make charts system and i think it must be grouping like this 1 jan 2009 = 10 post 2 jan 2009 = 2 post 4 jan 2009 = 10 post 6 jan 2009 = 60 postand i have posts table that ... [see more]

1 answer September 18, 2011 Latest Activity: September 18, 2011
i need a video grabber script for my video website

i would like to build a video website but i need a script that grabs videos from up to 8 free video /tube websites [see more]

2 answers September 18, 2011 Latest Activity: June 7, 2018
Form And PHP Code To Get Upto 15 Values Into A Normalize DB At Once

Hello guys, pls i need a Form And PHP Code To Get Upto 15 Values Into A Normalize DB At Once Sample Attached MySQL DB Syntax -- -- Table structure for table `litorder` -- CREATE ... [see more]

1 answer September 18, 2011 Latest Activity: September 18, 2011
what is the best PHP xml2array function

I need a function that takes a string as XML input and change that into an array. Example:<a> <b> <c></c> </b> </a> So I can read it in PHP like ... [see more]

1 answer September 17, 2011 Latest Activity: September 17, 2011
Help Needed In MYSQL Normalization

Hey guys, need your help here. How best can i Normaliza the sql query on my last question [see more]

1 answer September 17, 2011 Latest Activity: September 17, 2011
checkers with PHP

i have this code: function drawBoard(){ global $cBoard; $R = "<img src=rp.gif>"; //Red piece $B = "<img src=bp.gif>"; //black piece ... [see more]

2 answers September 17, 2011 Latest Activity: September 17, 2011
MySQL Database Query Problem

I need your help!!!. I need to query a table in my database that has record of goods sold. I want the query to detect a particular product and also calculate the quantity sold. The ... [see more]

4 answers September 17, 2011 Latest Activity: September 17, 2011
Get date of Monday in current week

Hi, I need to find the date of Monday in the current week, whats the best way of doing this in php 4? Thanks [see more]

1 answer September 17, 2011 Latest Activity: September 17, 2011
How to validating the adsense publisher code?

i want a php code that can check the adsense publisher code the code is contain 16 number some thing like this: 8505838780471642 [see more]

1 answer September 17, 2011 Latest Activity: September 17, 2011
I'm having trouble with my function....

<?php function check_page(){ $sql = "SELECT * FROM page"; $res = mysql_query($sql) or die(mysql_error()); while($row = mysql_fetch_assoc($res)){ ... [see more]

1 answer September 17, 2011 Latest Activity: September 17, 2011