The code give me an error in this line :
DGnotes.datasource = MyQueryMethod2(LBnom.SelectedItem.text)
The error is :
---
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your...
When I execute :
---
Try
If args.value >= 0 And args.value <= 10 Then
args.Isvalid = true
exit sub
end if
Catch args As Exception
If args.value = "R" Then
args.Isvalid = true
exit sub
End If
End Try
---
I had :
BC30616...
When I execute :
---
Try
If args.value >= 0 And args.value <= 10 Then
args.Isvalid = true
exit sub
end if
Catch args As Exception
If args.value = "R" Then
args.Isvalid = true
exit sub
End If
End Try
---
I had :
BC30616...
When I open this page I have this error :
Warning: Cannot modify header information - headers already sent by (output started at /part/00/www-etud/usagers/nassihmo/HTML/d3g55na37/reserver1.php:7) in /part/00/www-etud/usagers/nassihmo/HTML/d3g55na37/reserver1.php on line 225
I know that header...
To connect to mysql I must gave to mysql_connect the login name and the password in php code.
@mysql_connect("localhost","root","01232") or die("Echec de connexion au serveur");
How can I hide this?
Thanks in advance.
M.N
In php I have a variable which called $room
I want to display the containt of this variable as a default valut of input box in HTML form.
Like :
<input type="text" value=$room name="room">
but like this this does not work.
please help
The probleme which I have is :
I have a date field in the mysql database, and I want to get the month from this field with php.
for example if the date in the database is 10-11-2004, I want to have 11 as the month
thanks.
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.