col1 col2 date1 date2 date3 date4..........
a b v1 v2 v3 v4
c d v5 v6 v7 v8
e f v9 v10 v11 v12
. . . . . .
. . . . . .
. . . . . .
. . . . . .
. . . . . .
i want to create a dynamic table.date1 date2 date3 date4..........daten -- dynamic date.(Get from mysql database)
and col1 and col2 also dynamic.(Get from mysql database)
v1 to v12 also get from mysql data base.
How can i create that kind of dynamic table using php..?
Thanking you
get the country of visitor and display content based on that
Hello all,I have seen that Google analytics can tell you where a visitor is coming from and I want to do something similar. But I would like to add the functionality of redirecting a user based on his
Comparing two dates
Hi GuysI have two dates I want to compare. Below is my current implementation. The problem with it is it always returns false:if(date("d/m/y", $course->finish_date) >
Impact of movement type 412 E on MAP
Hi
how to load a Sys file with system load and call images?
normally you need register the module as a service with CreateService, and start the service
Consuming third party Payment Gateway API from Procedure.
Hi All,
Fatal error: Call to a member function fetchrow() on a non-object in C:xamppht
okay i have this query and everytime i add `item_id`=? to it... it gives me the error in the title...Code: $query = $db->execute("select * from items where `player_id`=?,
Google Map
I have done Google Map Integration for one my project. But for that we need the "latitude and longitude" for this. How we will find the these values using PHP 5.1.6. In 5.2, we can do it
remove innitial
and
tagsi am using tiny_mce as a text editor for my CMS.buy now the problem is it add <p> tag with dataso while retrieving the data for front end i get an extra space. so there is any why that i
Problems with array
This code is the last lines in an upload script that uploads 4 images at the same time and writes the url to these and som other information to the database. database structure: id img1 img2 img3
How to copy a part of a vector in a raw memory
Hi,