you are making it to complicated. use this.
mysql_query("INSERT INTO blog (message, username, date, time, title) VALUES('$blog', '$lusername', NOW(), CURTIME(), '$title'")
or die("Error:...
Type: Posts; User: jstgermain; Keyword(s):
you are making it to complicated. use this.
mysql_query("INSERT INTO blog (message, username, date, time, title) VALUES('$blog', '$lusername', NOW(), CURTIME(), '$title'")
or die("Error:...
NVM, you posted the other post when i was still typing mine i guess.
it works now. thanks a bunch.
sorry, but i am not exactly sure what you are saying to do. i replaced the line
if (!(object.filters||object.style.MozOpacity||object.style.opacity))
with
if (!(object.filters||typeof...
ok, now, i know this thread is old, but, dont want to start a new thread for something that has been answered already. i just have a question about the new code that was posted above to make the...
ok? glad i decided to ask for help with a script that is on the site. i guess everyone here is just to good to help someone out.
thanks, but i dont know how i would incoorporate that into the script since it uses php to display the images instead of defining the images in the code. so, anyone else know how i would do this?
so, is there anyone that can help with any part of this?
ok, i looked for someone asking about these options already, but saw nothing, so here it goes. I am currently using the php photo album from http://dynamicdrive.com/dynamicindex4/php-photoalbum.htm...
add in the other field names that are in the member_info_table after "ip" and it should work
get a directory script, or write one. is this sort of what you are looking for. http://www.ezadmintools.com/scripts.php
sorry it took so long for me to respond, i actually posted this on FWS also, and have gotten the problem resolved and the CMS if finished. the user wont be using any gif images, but maybe i will ad...
<?
/************************************************************
* Setup variables
************************************************************/
$site_name = $_SERVER['HTTP_HOST'];
...
I appreciate the warning. I hope they decide to leave it up. and yeah, it is a fairly uncommon name in the states, but in France, it is very common. Most people think I am German or something, so...
sorry, i must have not seen that rule, and not sure if it is really considered advertising or not.. please forgive me. i wasnt trying to advertise nessasarily, just trying to give people a way to...
I am not sure where to post this, so if it is the wrong area, please move and let me know where it should be. Thanks.
Hi, let me introduce myself. My name is Justin St. Germain, and I have...
i need to be able to click on a link that has an id value of some sort that is linked to a php or possibly a javeascript file, or both, that will recognize the size, price, s & h cost, and the pic...
i dont know where you are going to put it, i just made it work for the code you gave.
absolutely correct, but i was just trying to use the code that they wanted to have work. :)
here you go:
<!--
function setFocus()
{
if (document.imp_login.imapuser.value == "") {
document.imp_login.imapuser.focus();
you dont need the one you are trying to use. all that the magnitude site used was a simple rollover effect, and when a certain page is displayed, then made the image a different color and that is...
i have a php mail form already that i made that works great, but I cant seem to figure out how to get it to upload the file to the listed directory on my site when someone attaches a file. i would...
what are you useing to connect to the server? FTP or some login on the web?
i still am confused as how to make that work, so i am going to go with having it upload the files to my server unless you know where i can get a full working script where i just need to mod the info...
I understand the MIME headers, but not sure how to use them for the attachment, but i will look at that script in the mean time. I however did find a way to actually make a file attachment upload to...
I currently have a couple php mail forms I created, but I am completely lost when it comes to trying to get an attachment sent to. Does anyone have a good PHP form where people can upload and image,...