Thanks for helping..I overlooked that
Type: Posts; User: dcr33; Keyword(s):
Thanks for helping..I overlooked that
Ohh Thanks I overlooked that!!
:-P
I put it like this according to your suggestion@djr33,but still i get the same error!
<?php
$myarray = array(
[0] => 'string a',
[2] => 'string b',
[4] => 'string c',
[8]=> 'string d'); ...
Ya i intentionally put those indices like that. ;-) :-P But i removed the last comma still it i giving error
But that is already in the code
[8] => 'string d', Where is the error?
<?php
$myarray = array(
[0] => 'string a',
[2] => 'string b',
[4] => 'string c',
[8] => 'string d',
);
$arraycount = count( $myarray );
for( $i = 0; $i < $arraycount; $i++ ) {
echo ...
Well I tried these-
$pth='C:/WINDOWS/Fonts';
echo $pth;
file_exists($pth);
// putenv('GDFONTPATH='.$pth);
should I comment the last line or you mean to echo it too?
Also should the path...
Hi djr33,
I didn't get you at all.can you please tell me in little detail?As I already said I am learning and it is my choice that I want to learn some graphics programming too!! ;)
Hi, I am trying to learn php and when I feel i understand a concept I like to try it out by writing a script or two. I am currently attempting to create an image on the fly, like a button. I kept...
Hi james
I didn't get what you said.Can you please write the code?
p.s.: What I mean is that I want to create 5 checkboxes beside 5 files . Then there show be a a checkbox below the 5 files...
Is it possible to create a "Select All" check-box in a PHP program without using Javascript?:rolleyes:
Hi
I am trying to subtract a id from a roll number from a database. But the subtraction is not occurring !!
This is my code :
echo"
<TR>
<TD>$c</TD>
...
Traq i am upset that wont work ever.Leave aside hirng u ,:D :p Have u ever tried that in ur own machine?pathetic co...
:mad:
Hi
I am trying to display this design pattern(a triangle of asterisks) in my screen-
*
* *
* *
The pattern may not be displaying here properly ,so request you to...
Ya thats what I am saying .
SAy you have text box called empid ,then what is the utility
of having filled a textbox with value (variable or static) when u r going to overwrite it everytime with...
What you all mean by dynamic?
I think it makes the form 'sticky' i.e. as soon you place the cursor in the textbox a pop-up window pops up saying ur employee id($eid). Isn't it?
Dear Henda,
I got ur point. But that was not my question.
I asked "why we are using <?php echo $eid ?> inside value?
Can you answer me that properly?
I couldn't understand what you said.
Can you pls elucidate?
You didn't answer my query. If it is already set in $_REQUEST then why we use it again?
Hi
I can't understand the following code
<input type="text" name="eid" value="<?php echo $eid ?>" />
at line 12 in the following program-
emp_search.php
<html>
<head>
<title>Search...
Sorry Traq this time u r wrong.
I tried ur code -
<html>
<head>
<title>Emp Add</title>
</head>
<body>
<form action="add.php" method="POST">
Ok Thank You Traq.
I tried the code as you suggested -
<html>
<head>
<title>Emp Add</title>
</head>
<body>
<form action="add.php" method="POST">
Well@bacondelta,I tried your program & your code generates another fatal error!! :rolleyes:
Fatal error: Cannot break/continue 1 level in D:\wamp\www\..\add.php on line 16
When I run this program I am getting this error-
Fatal error: Function name must be a string in D:\wamp\www\...\add.php on line 11
<html>
<head>
<title>Emp Add</title>
</head>
<body>
<?php...
I am getting the following error -
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in D:\wamp\www\...\signin.php on line 7
Call Stack
# Time Memory Function Location...
Sorry,this question was wrongly posted.
Actually I was modifying another program & running this program!!! :p
lol :o
p.s. :@Moderator -Why is there no option of deleting a question wrongly...