never mind guys... i found it... thanks to anyone who tried to find something...
Type: Posts; User: costas; Keyword(s):
never mind guys... i found it... thanks to anyone who tried to find something...
anyone?? plz....
hey guys,
i have a table(myISAM type) with two fields (FULL TEXT) and i want to make a full text search... i used some code i found on the net and the script works perfectly in the boolean mode but...
never mind guys... i solved it...
hey guys,
i have appserv 2.5.8 (phpmyadmin 2.9.0 && php 5)... well i'm trying to upload some files... so i need to increase the max file size permitted by php... i tried changing it through php.ini...
Thanks shachi!
Hi guys,
I'm making a forum and I want to add quick text formatting(you know making bold, italic e.t.c.)! I want to have some buttons that each one does something else! Now, I want when a button is...
OK, Herry, I'll send them to you!
Hey guys, thanks a lot!
Hi to all,
I'm wondering how can I put two tables in the same line!
Thanks in advance!
Hi to all,
I need to get the values from some php sessions using javascript! Is there a way I can do that? I've "googled" it, but found nothing! I mean in php you get a value like this: $val =...
Oh, come on guys! Anyone??
Hi to all,
I downloaded the pgsql_session_handler package to easier store session data into a db! Now, I can't get it work! Here's the functions I have to log in and out:
function login()
{...
Thanks man!! BTW it was the first one!!
Firstly, you can't just say that something is bad move when you don't know what it is used for!!!!!!!!!!!! I mean I want to use that button as a link AND NOT AS A SUBMIT BUTTON!!!!!!!!! Secondly, I...
Hi to all,
I'm making a forum and I have a menu (made with some css code)! In mozilla it is shown as I expected, but when I try to open that page with Internet Explorer it is not shown properly!...
No no, I'm not validating anything! I just want a button instead of a non-goodlooking link! That's all! But I think I'll do it like I'm validating something so they work! Thanks for answering!
Hi to all,
This is my code:
<a href="mylink.php" style="text-decoration:none"><input type="button" value="Link"></a> When I'm loading this script on Mozilla it works fine but when I'm trying to...
I found another way to see who's online! But how can I store sessions in db? Just for the knowledge and why not including it in my forum if it's better! Also, I want to have a permission system that...
Hi to all,
I'm building a forum and I want to be able to see who's online! If anyone knows anything I'd appreciated!!
Thanks in advance!!
No, the quotes must be there (I corrected it)! Without them the query wont be only the "insert into userlogin values('$name', '$user', '$pass', '$email', '$ip')" but also all the rest code until the...
In my queries I use that format and it works:
$sql = "insert into userlogin values('$name', '$user', '$pass', '$email', '$ip')";
Try it! And I hope it works!!
Have a Happy New Year!
Mike,
John is right; if you can't save that "file"(session or cookie) in your server's computer then you can't do it! If on the other hand you can do it server-side, a good tutorial(actually,...
I can't look at it now, but I will tomorrow and tell you what I got!! :)
Could you tell me where this type goes?
Does it go in the start, where we write "<meta http-equiv="Content-type" content="text/html"; <- does it go here?? -- charset=iso-8859-1" />"! Please, I...