Posted by: ranacse05 on: February 29, 2008
Today i was trying to get the maximum value of a column in mysql.In mysql “select max(column_name) from table_name ;” works fine.But i was facing problem to get the value by mysql_query() in php.My code was
$re = mysql_query(“Select max(id) from test”);
echo $re;
It shows wrong output.
I just change it to
[...]
Posted by: ranacse05 on: February 27, 2008
Hello every one today i’ll discuss how to compile Apache2,PHP and MySQL form source in linux.
First download the source form the sits.
Now first apache2
1.gunzip filename.tar.gz
2.tar -xvf filename.tar
Now change directory to that apache source folder.
We have to configure it now.
./configure –enable-so
make
make install
now start the apache server
/usr/local/apache/bin/apachectl start
Just open a browser and type localhost/ if it shows [...]
Posted by: ranacse05 on: February 23, 2008
Hello everybody here is a upload script by php.using this script u can upload file in the server.This is not that tough script.But for beginners its important.:)
index.php file
[FORM ENCTYPE="multipart/form-data" ACTION="uploadck.php" METHOD=POST]
Upload this file: [INPUT NAME="file_up" TYPE="file][INPUT TYPE="submit" VALUE="Send File [/FORM]
uploader.php
$file_upload=”true”;
echo $_FILES[file_up][name];
$file_name=$_FILES[file_up][name];
$add=”upload/$file_name”; // the path with the file name where the file will be stored, upload [...]
Posted by: ranacse05 on: February 19, 2008
Hello every one.Finally i joined a Developing company .I said finally bcoz i got offer from a company few days ago and Daud IT invite me for an interview but as i’m still a student i cant join there.But after all this i got an offer from one of my close friend Salahuddin [...]
Posted by: ranacse05 on: February 18, 2008
To day we have a great IT man Hasin Hyder with us.Computer Science & Engineering Dept(CSE). arranged a seminar on “Current Job Trends”.Thanks to Hasin Bhaia to come here and present the current job status in front of us.His speech was just awesome.He discussed about every possible developing sector of a CSE student.
First he just [...]
Posted by: ranacse05 on: February 12, 2008
Finally i did the www.acsebd.org web site.Its not that big project.Just simple page.But they have a comment box so i did it using php and mysql.And i need a admin panel to monitor that comments so just develop an admin panel. I’m happy after done this project . Thanks Mithu to assign me [...]
Posted by: ranacse05 on: February 2, 2008
Now i’m working with a project based on JobberBase .But today i face a problem when i re-install my XAMPP .When i run any other php code those r just fine but my Browser shows me the “Server Error 500″ when i try to browse the JobberBase .Finally Hasin Bhai (H2) help me [...]
Recent Comments