I'm trying to display a comment thread per design for my graphic design portfolio.
Below is the code i have at the minute, I hope someone out there can point me in the right direction. I'm relatively new to php so be nice with me. :confused2
I have 2 tables in my database, one containing all the image paths and description, another table for the comments.
$get_info_sql = "SELECT id, thumb, full_size, description FROM graphic_design";
$get_info_res = mysqli_query($mysqli, $get_info_sql) or die (mysqli_error($mysqli));
$get_comments_sql = "SELECT design_id, user_name, user_comment FROM comments WHERE design_id = '".$id."'";
$get_comments_res = mysqli_query($mysqli, $get_comments_sql) or die (mysqli_error($mysqli));
Hi could somebody give me some info on how to transfer a website please as I have never had to do it before.
My client's current web host are phasing out their services and have asked me to transfer their host/domain to different companies.
The url of the site is a .co.uk domain, so I believe that to transfer the domain, i need to buy the same domain and alter the IPS TAG to direct to the new host? Have i got that right?
When i buy the domain will I need some sort of information from the current host to be able to alter it?
Also, is it possible to buy a domain from 'companyX' and the hosting from 'companyY'?
I am really not sure how to go about it, so any advice would be tip top.
I like the design, im guessing that the design is meant to resemble some sort of paw print, i like the idea of that.
To me the logo seems to have a lot of space, have you considered making the logo tighter? I'm no expert though, thats just my opinion. I do like the idea though. :happy
Im after a folding menu, A4, 1 colour on one side and black&white on the other side. Just on ordinary paper, cant find anywhere that will print them for that price, but aparently my client says his last batch only cost him £75-£100 for 5,000. From a friend of his. Beut i doont have the equipment to print that many by myself.
Opus, post: 11972 a écrit : 5000 of what? Business cards, leaflets etc? Single colour or CMYK etc? ...
Hi im new to php and having problems with a script i am writing.
i have this line of code
$SERVER["PHP_SELF"];
however when i run the script i am getting this error:
Notice: Undefined variable: SERVER in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\manage.php on line 7
i have tried setting the register_globals to On in php.ini and various other things but cant seem to get this to work, do i need to edit anything in the Apache Server settings, really getting me frustrated! :mad2
I'm creatin a full flash website for my client!
I av a form on it that is workin... however when the form is submit, its send an email, but the email recieved looks like this below, in the inbox...