Hey friends,
I am looking for some methods to create charts that read data from database,
something similar to this site : http://cm.asu.edu/
I found some source here :...
Type: Posts; User: jangkoo; Keyword(s):
Hey friends,
I am looking for some methods to create charts that read data from database,
something similar to this site : http://cm.asu.edu/
I found some source here :...
done editing :d
Thanks traq very much, it works as your method, thanks :D
I thought if we don't put the 'path', it will be set to whole domain by default.
thanks for replying, I tried:
setcookie("user",$_POST['username'],time()+60*60*24*30);
but the problem is still on
The problem is that :
When I browse to a.php or c.php in the same folder with...
Hi friends,
I have problem with cookie
in one file a.php I did this:
setcookie("user",$_POST['username']);
then I redirect to another file b.php
try to
echo $_COOKIE["user"];
Hi,
I am trying an ajax technique to insert data but it doesn't work.
here is the code
The purpose is that insert the message of a chatbox to db
<?php
echo"<form name='chat'>";
if...
then can tell me how to do?, to make a box that has these icon to click and the icon will appear on the textarea?
relevant to this topic, I also want to know how to add those emotion icon to the chat box or post by php, Can tell me the idea( the rule, link to the .gif file or what?). Thanks alot
OMG. Thank you very much. I tried to figure it out but couldnt see that.
:-<.
Thanks alot.
Hi friends,
I have 1 problem with registration form
the code is here
<center>
<div align="left">
<form action="buffered_register.php" method=post enctype="multipart/form-data">
<fieldset>
...
oh, I viewed the source code and saw the coordinates , quite complex O.0
I also want to know this, can share the code or the general method?
I dont get what you mean by "not work in php", can state what did u actually do? Because I think html and php can combine .
@bluewalrus : ok, I will take note this :D.
In addition, I was successful to send email by localhost(I mean by mercury mail server).
But when I try a free host(byehost), I dont know how to...
use mail function as normal.
oh, I found it. thread solved :D
zz, none helps? I put each form for 1 name, but no changes :(
Hi friends!
I have 1 problem with 2 forms on 1 website.
my site is here
http://leejangkoo.tk/
the problem is that I can't use the form COMMENT,i mean I can't write the comment if I still enable...
Thanks alot for giving help, now I understood .
I am reading a book and try to practice it on my website.
I will read and search carefully before posting questions. Just now this problem I didn't...
Hello,
I am new to PHP.
I am building my own forum by php.
I have a little problem that I want to manage pages or posts for it. That means when an user wants to write a new post in different...