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
In the code bellow, when I show $dated I get 10-11-2004 but
When display $monthdeb, I get 2 !!
$dated = $row["dateD"];
echo $dated; //10-11-2004
//recuperer $datedeb de la base de donnée
$monthdeb = $datedeb["mon"];
echo $monthdeb //2
Please help
The date in my table in mysql database is : enddate = 2004-11-16 but when I try to display this field using php, I had : 2004-11-162
the php code is :
$requet = mysql_query("SELECT stardate, enddate FROM reservation where chambreID LIKE '%$chambre%'") or die(mysql_error())...
HI,
In my database I have a file which containt the reservation date of each room, (from .. to ..).
For Each room I want to build a calendar of the current a month, which show for each day if the room is available or not.
Thanks in advance.
M.N
I have 3 tables "Guests", "Rooms" and "Reservation". A Guest can reserve a Room using reservation form.
How can user from this form go search a room from Rooms table (using an other form ??) and comeback to the form continue the reservation ?
Thanks in advance for the help.
M.N
I execute this script :
$db="b&b";
$link = mysql_connect('localhost', 'root', 'aa');
and I had :
Warning: mysql_connect(): Accès refusé pour l'utilisateur: 'root@localhost' (mot de passe: OUI) in c:\program files\easyphp1-7\www\nouvelusager.php on line 30
Couldn't connect to MySQL
Please...
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.