Hello, I have a div on my page that looks like that:
<div id="rightBg">
<? include("stat.php"); ?>
</div>
I want to refresh this DIV.
This does not work:
<!-- <javascript> -->
function refreshDiv(myDiv) {
//alert('I see this');
curDiv = document.getElementById(divID)...
Hey thanks guys for you help...
I found the problem, I am actually building the query in a function and I was just forgetting to return the result. :-s Thanks anyway... Soo tired, I better stop now.
Thanks :)
Can anyone tell me what in this query could create a PHP bug but good when I execute the query on SQL Yog.
Thanks all for your help.
$myQuery = "SELECT merchants.PK_MERCHANTS_UID AS bob,merchants.MERCHANTS_NAME as bob1,discounts.PK_DISCOUNTS_UID as bob2,discounts.DISCOUNTS_DESC as bob3 FROM...
Hello everyone,
I want to add one year to a date with this format: "2007-12-13" so I can say if today's date is smaller than the one on the database + 1 year.
Can someone has a way to add it.
When I print $todayDate+1; the result = just the year "2008" but not "2008-12-13".
PHP has lots of...
Hello everyone,
I get this error when I want to run this script:
Fatal error: Call to undefined function: curl_version() in c:\program files\easyphp1-8\www\boulangerie\test.php on line 3
Here's the script:
<?
//include("PostGateway.function");
echo curl_version()...
Hello,
I have a string coming from the database, and I want to verify if the string has a double quotes (") at the first position of the string and the last position of the string. I tried many things, but nothing works like this!
$sv['SEARCH_TEXT'] is a field from the database and has doubles...
...as co_ski
on co_vi.fk_skills_uid = se_vi.fk_skills_uid
where se_vi.fk_search_sn = 'co8t1usouxwapqc7oc8o'
group
by conkey
having count(*)
= ( select count(*)
from search_skills
where fk_search_sn = 'co8t1usouxwapqc7oc8o' )
Now what if I want to improve...
Problem doind a query:
Here's the deal, I have table call ContactSkill with 2 fields
1)Contact_key
2)Skill_Key
And another one call Search_Skill with 2 fields
1) Skill_Key
2) Search_Key
I want to retrive all contact_key that have all the skills selected from a given search_key.
Right know...
Hello,
I have a ListView that display the content of a folder. In this folder, I have 6 files. The files are beign displayed 3 per lines and I have 2 lines, I would like to have an Item per line and 6 lines (One column). I tried many things, but for some reason, it does not work. Here's the...
When I executes this query, I get this error, and I really don't know why. And I can't test the query result on the query analyser of Sql Server tools. Can anybody could me help figure out what could be my problem.
This error is showing when I try to open the connection
Run-Time error...
I want to show a DataReport, but I get an error when I load it. So basically, I have a form with a button, when I click on the button, I want to load the DataReport. Here's the code when I click the button:
Private Sub cmdFaxLetter_Click()
rptFaxLetter.Show
End Sub
So I got an error saying...
Ok cool, everythings fine! Thanks for the idea ascikey.
And jimoblak, the fist table tag in the code contains a cellpadding of 25! So that's why I need so much table for each images and labels!
...now that works but he display all of them on the same line.
Thanks for helping :o)
<table>
<tr>
<?
$requeteProducts = mysql_query("SELECT * FROM products");
while ($Products = mysql_fetch_array($requeteProducts))
{
print "<td align='middle'><table>";
print "<tr>";
print "<td...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.