Hi mburt & keyboard,
Thanks again for your great help but I got a little stuck on the code keyboard showed me, "<?php
uniqid(prefix,more_entropy)
?>" do I put this code in my register form?
...
Type: Posts; User: Autoservice; Keyword(s):
Hi mburt & keyboard,
Thanks again for your great help but I got a little stuck on the code keyboard showed me, "<?php
uniqid(prefix,more_entropy)
?>" do I put this code in my register form?
...
Sorry, i have much work to do (projects)
So the code is below ;)
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Entity;
using System.Linq;
Hi mburt & keyboard,
I managed to edit your code a llittle and the booking works fine now! I can't express how much i thank you and keyboard for your support :) .
However I have another...
Hi guys,
Im using mvc3 and I am a bit new to it as I have only worked with it for 2 months. I have a question which I found no solution for.
How can I view 3 tables in 1 form?
"when your login page receives a login attempt, it needs to check if the user is already logged in before doing anything else." Yes this is what i want to accomplish, sorry for the bad explanation to...
Nice point, i already have a built in login system and I can restrict pages to users who are not logged in. And this "booking page" is only available to logged in users, but I have no clue of...
Thank for pointing this out, however i was going to call another php file with the db details in them.
@mburt
The column which the appointment date goes into is "fromdate" (without ""). The...
For the "$date" no it shouldn't be inputted by the user the form automatically sents the date of submission into my database.
And for the "veichle" yes the person has to type in their veichle...
Hi guys,
I made an mvc3 login page and when I login I press the back button on my browser which brings me back to the login page, but when i press forward again it logs me in again, i want to...
Hi mburt,
Thanks for you great answers! Sorry i didn't explain my aim.
My aim:
I want to create an appointment page for my client so his customers can book a date for an appointment (that is...
Thanks for the note.
Hi guys,
I have a problem which has been sticking with me for 2 weeks now, I haven't found any solution so I decided i will start my own thread.
The problem:
I want to implement my...