i am working by using linux o/s (fedora7). i check php gd already installed.
this happen when i changed my video card from fx5200 to ati radeon9200.
then the error come.
User Profile
Collapse
-
php gd not working
can anybody help me,?
my php script for create images worked fine. but suddenly after i change my vga card , it is not work.?
i look up the erro message like this one.
[30-Jul-2007 20:27:04] PHP Fatal error: Call to undefined function imagecreate() in C:\wamp\www\gid s\report\chart_ 3.php on line 82
how to solve this problem
thanks -
if elseif not working
Hy guys , I try to make conditional statement by using if and elseif .
the problem are if i use 2 conditional statement the script run well but if try add more conditinal statement it's not working only 2 conditional it select.
thanks to help me
my script
[PHP] //condtional//
if ($ttl_dur > 10 and $bay!=$stand and $dpt_reg[categori]==0){
$fail=1;
}elseif($ttl_du r > 15 and... -
you should use
$sql1=mysql_que ry($sql);
to show your data you should use
while ($row=mysql_fet ch_array($sql1) ){
echo "$row";
}
You still must learn alo of about mysql script try to open
http://www.tizag.com...Leave a comment:
-
my code
[PHP]$cek_dup=mysql_ query("select count(*) as total from tbldataflt where date='$date' and fltdep='$fltdep '",$conecti) or die( mysql_error());
$sql_dup=mysql_ fetch_array($ce k_dup);
if($sql_dup["total"]>"1"){
$no=1;
$print_dup=mysq l_query("select * from tbldataflt where date='$date' and fltdep='$fltdep '",$connect) or die( mysql_error());
while($printdat a_dup=mysql_fet ch_array($print _dup)){...Leave a comment:
-
-
I cant delete my data
Please help me,
I try to get global variables but failed. I cant delete my data
my code
[PHP][<a href=\"delete.p hp?del=$row[date]\">Delete</a>][/PHP]
in delete.php
i wrote
[PHP]<?php
include"../connect.php";
$del=$_POST["del"];
$sql_del=mysql_ query("delete from tbldataflt where date='$del'",$k oneksi)or die(mysql_error ());... -
onchange behaviour save my data
Hy Guys , Can anybody help me ?
I try to make small web database in my unit.
Some of fields have on change behaviour to get other data that automatically filled other text field. But when i try to hit "enter" after i fill text field , its automatically save data in my table database . I just want to save data after , i click "save" button.
[PHP]<?php
include"session .php";
mb_http_input(" iso-8859-1");... -
please write your code.
But i think you forget to include session code in your page .so you can come again without log in.
for example try to write:include"c heck_session.ph p"; in your page.Leave a comment:
-
unexpecting result with my code
what's wrong with mycode i cant get what i hope appears
thanks to help me
[PHP]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitl ed... -
-
php code "export table to excel"
Hello Guys,....!
Can you help me how to export my table to excell using php code ..?
thanks alot -
-
what s wrong with my code
Whats wrong with my code , i cant access to next page.
Looks like the text field cant be read by login.php
Thanks
Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-
default web site(stop) / error
Hello guys.
Can you help me to make start my default web site.
I try to click start but the respond was "error"
"the service didnt respond"
thanks -
Text field undetect
hello , guys.
Can you help me , i try to make database application using PHP5 and Mysql.
But something wrong in my text field.
when i try to run the application. it cannot capture the text field.?
i have used <form method......> or tag in text field.
Echo"Your name:$txtname";
the outcome only
Your name :
thanks guys to help me -
thanks for your help
But the value still not match..
Thank u very much...Leave a comment:
-
Dcount Help Me
Hello guys
i want to dcount my record with criteria time ....?
example to count my records only with field that have time more than 15 minutes .
ttl=Dcount("[time]";"tabletim e";"[time]>#0:15#")
the result it count all records .
for example i only have 5 records in time field more than 15 minutes....
i want to get only that 5 records
anyone can help me....
th... -
this my error....
This error is usually associated with compiling a large database into an MDE file. Due to the method used to compile the database, a considerable number of TableID references are created for each table. The Microsoft Jet database engine version 4.0 can only create a maximum of 2048 open TableIDs at one time. Exporting a database as an MDE potentially can exceed this limit if the database has a large number of objects...Leave a comment:
-
Fill Date
Hello Guys....
Thanks if anyone can help me..
I want to fill date in text box and using vba code
date become automatic fill another fill such field month.
example:
dd/mm/yy = 01/10/06
mm=10 afterupdate that text box , we can change 10 become "october" in other textbox
yy=06 become "2006" in other text box.
thanks...so much
No activity results to display
Show More
Leave a comment: