Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 12 of 12
Search took 0.07 seconds.
Search: Posts Made By: jeyalakshmi
Forum: PHP 08-17-2006, 11:46 AM
Replies: 17
Views: 84,984
Posted By jeyalakshmi
Macintosh How do I read a file using PHP?

How do I read a file using PHP?
The following are basic steps followed in reading a file using PHP
Open a file using fopen
lock...
Forum: PHP 08-09-2006, 01:43 PM
Replies: 5
Views: 1,466
Posted By jeyalakshmi
thanks a lot

thanks a lot
Forum: PHP 08-08-2006, 06:20 AM
Replies: 5
Views: 1,466
Posted By jeyalakshmi
hi nancy i am trying to create a online tool for...

hi nancy i am trying to create a online tool for taking test. before that i want to know is there any tool exists and the functionality of that tool. i think that might be help ful for me
if you...
Forum: PHP 08-04-2006, 10:40 AM
Replies: 5
Views: 1,466
Posted By jeyalakshmi
Exclamation online test taking tool

hi friends can any one know online test taking tool using PHP
Forum: PHP 07-20-2006, 05:17 AM
Replies: 3
Views: 695
Posted By jeyalakshmi
sorry for the mistake. i cleared that error....

sorry for the mistake. i cleared that error. thank you
Forum: PHP 07-19-2006, 08:03 AM
Replies: 3
Views: 695
Posted By jeyalakshmi
Exclamation very urgent please help me

while writing into a file i am getting error like Warning: touch() [function.touch]: Unable to create file jaya/Logging/log/sample because No such file or directory in...
Forum: PHP 07-07-2006, 02:04 PM
Replies: 7
Views: 824
Posted By jeyalakshmi
<?php $string = "This is a test"; echo...

<?php

$string = "This is a test";
echo str_replace(" is", " was", $string);
echo ereg_replace("( )is", "\\1was", $string);
echo ereg_replace("(( )is)", "\\2was", $string);

?>

in this...
Forum: PHP 07-07-2006, 10:39 AM
Replies: 6
Views: 651
Posted By jeyalakshmi
could you please send your remaining code

could you please send your remaining code
Forum: PHP 07-07-2006, 10:32 AM
Replies: 7
Views: 824
Posted By jeyalakshmi
what i want to know is how ()is is replaced by...

what i want to know is how ()is is replaced by \\1was
Forum: PHP 07-07-2006, 04:59 AM
Replies: 7
Views: 824
Posted By jeyalakshmi
could you please explain me properly

could you please explain me properly
Forum: PHP 07-06-2006, 02:06 PM
Replies: 7
Views: 824
Posted By jeyalakshmi
regular expression

<?php

$string = "This is a test";
echo str_replace(" is", " was", $string);
echo ereg_replace("( )is", "\\1was", $string);
echo ereg_replace("(( )is)", "\\2was", $string);

?>

output is...
Forum: PHP 07-03-2006, 03:07 PM
Replies: 2
Views: 642
Posted By jeyalakshmi
The expression (expr1) ? (expr2) : (expr3) ...

The expression (expr1) ? (expr2) : (expr3) evaluates to expr2 if expr1 evaluates to TRUE, and expr3 if expr1 evaluates to FALSE.
for example
<?php
// Example usage for: Ternary Operator
...
Showing results 1 to 12 of 12

 
Forum Jump

All times are GMT +1. The time now is 02:15 PM.