Home
Forums
Articles
Glossary
Awards
Register
Rules
Members
Search
Today's Posts
Mark Forums Read
Account Login
User Name
Password
Remember Me?
Latest Articles
The basic usage of PHPTAL, a XML/XHTML template library for PHP
by
awuehr
on
11-10-2008
in
Tips & Tricks
Vulnerable methods and the areas they are commonly trusted in.
by
Village Idiot
on
11-04-2008
in
Classes & Objects
Simple way to protect a form from bot
by
codefreek
on
10-23-2008
in
Basic
The Basics On: How Session Stealing Works
by
wiifanatic
on
09-12-2008
in
Security & Permissions
How to keep your forms from double posting data
by
drewbee
on
07-03-2008
in
Tips & Tricks
IRC Channel
Join the friendly bunch on IRC...
(
#TalkPHP on Freenode
)
...Also available via a
web interface
.
See
this thread
for information on the TalkPHP Free Hugs Initiative™.
Subject to availability.
Associates
Wired Flame
ClientExec
Handy PHP
PHP Kitchen
PHP Tutorials
Insane Visions
Associates
TalkPHP
>
Search Forums
»
Search Results
Page 1 of 2
1
2
>
Page 1 of 2
1
2
>
Showing results 1 to 25 of 44
Search took
0.03
seconds.
Search:
Posts Made By:
meshi
Forum:
Absolute Beginners
05-16-2008, 10:01 AM
Replies:
7
is this possible?
Views:
845
Posted By
meshi
Thanks for the info guys
Thanks for the info guys
Forum:
Absolute Beginners
05-15-2008, 03:56 PM
Replies:
7
is this possible?
Views:
845
Posted By
meshi
that what i also read on google but my problem is...
that what i also read on google but my problem is what external program i will use to read a.doc.?even a simple display on the browser i could not find any.when you open it using php what you will...
Forum:
Absolute Beginners
05-15-2008, 02:30 PM
Replies:
7
is this possible?
Views:
845
Posted By
meshi
but im using linux is that applicable?
but im using linux is that applicable?
Forum:
Absolute Beginners
05-15-2008, 02:20 PM
Replies:
7
is this possible?
Views:
845
Posted By
meshi
is this possible?
can php highlight the text found in the .doc files?
for example i want to highlight the word pretty that was written in the ms word. when i open a.doc in the web it would highlight all the words...
Forum:
Absolute Beginners
02-19-2008, 10:41 AM
Replies:
1
multiple search highlighting text
Views:
906
Posted By
meshi
1 more thing when i input symbols like ++ ## it...
1 more thing when i input symbols like ++ ## it will not also highlight the symbols
Forum:
Absolute Beginners
02-18-2008, 05:34 PM
Replies:
1
multiple search highlighting text
Views:
906
Posted By
meshi
multiple search highlighting text
please anyone could help me with this problem
i have a code
function highlight($c,$q){
$q=explode('|',$q);
for($i=0;$i<sizeOf($q);$i++)
$c=preg_replace("/($q[$i])(?![^<]*>)/i","<span...
Forum:
Absolute Beginners
02-06-2008, 01:47 PM
Replies:
1
need help for highlighted keyword search result
Views:
925
Posted By
meshi
need help for highlighted keyword search result
this is my function
function highlight($result,$search)
{
$keywords = split(" ",$search);
for ($i=0; $i<count($keywords ); $i++) {
$replace = $keywords[$i];
if ($replace!='')
$result =...
Forum:
Absolute Beginners
01-16-2008, 09:49 AM
Replies:
6
back button
Views:
768
Posted By
meshi
i also tried that one webtuto but sometimes it...
i also tried that one webtuto but sometimes it also has a page expired
Forum:
Absolute Beginners
01-15-2008, 11:44 AM
Replies:
6
back button
Views:
768
Posted By
meshi
i still dont understand...sory..could u please...
i still dont understand...sory..could u please give me an example code...(procedural please i am not good in oop)
Forum:
Absolute Beginners
01-14-2008, 04:19 PM
Replies:
6
back button
Views:
768
Posted By
meshi
back button
hi all can u help me how to get rid of this error:
i try to put a back button on every page and this is my code:
<input type="button" value="Back" onclick="history.back()" class="dtext">its working...
Forum:
Absolute Beginners
01-08-2008, 10:23 AM
Replies:
10
how to $_POST this?
Views:
1,091
Posted By
meshi
thanks guys..i understand now
thanks guys..i understand now
Forum:
Absolute Beginners
12-20-2007, 04:33 PM
Replies:
10
how to $_POST this?
Views:
1,091
Posted By
meshi
sori i think a little confuse...
sori i think a little confuse here
for($i=1;$i<4;$i++){
echo '<input type="text" name=="a'.$i.'" value='.$i.'><input type="submit" name="submit'.$i.'" value="Submit">';
}
if...
Forum:
Absolute Beginners
12-19-2007, 02:45 PM
Replies:
10
how to $_POST this?
Views:
1,091
Posted By
meshi
how to $_POST this?
if i have a code like this:
for($i=0;$i<3;$i++){
echo '<input type="submit" name="submit'.$i.'" value='.$i.'>';
}
if (isset($_POST["submit$i"])){<--------this is not correct.
do the following
}
how...
Forum:
Absolute Beginners
12-10-2007, 11:01 AM
Replies:
13
convert time format
Views:
982
Posted By
meshi
thanks guyz..
thanks guyz..
Forum:
Absolute Beginners
12-10-2007, 09:46 AM
Replies:
13
convert time format
Views:
982
Posted By
meshi
convert time format
hi guyz i need ur help!!
how could i convert the time format for example i have a time 4:56 pm and i want to convert it in 16:56 so that the if i query it from the database it displays the...
Forum:
Absolute Beginners
11-29-2007, 02:30 PM
Replies:
3
selecting a date range
Views:
741
Posted By
meshi
yeah.. ur right salathe..the type is timestamp so...
yeah.. ur right salathe..the type is timestamp so it would not display the greater than 2007-11-16 00:00:00. its working now...thanks guys
Forum:
Absolute Beginners
11-22-2007, 10:36 AM
Replies:
3
selecting a date range
Views:
741
Posted By
meshi
selecting a date range
hi all i have a problem querying date
$from='2007-11-14';
$to='2007-11-16';
$query="select * from table where field_date between '$from' and '$to'";
it displays range from 2007-11-14 to...
Forum:
Absolute Beginners
11-15-2007, 03:17 PM
Replies:
4
connect database using oop
Views:
1,311
Posted By
meshi
thanks karl...the warning is gone now..and thanks...
thanks karl...the warning is gone now..and thanks dschreck for letting me understand the flow of the codes..more power guyz
Forum:
Absolute Beginners
11-14-2007, 05:17 PM
Replies:
4
connect database using oop
Views:
1,311
Posted By
meshi
connect database using oop
my head.php
<?php
class mysql {
function Connect($host, $name, $pass, $db){
$connection = mysql_connect("$host",
"$name",
"$pass");
Forum:
Absolute Beginners
11-01-2007, 04:43 PM
Replies:
11
how to search the content of txt file
Views:
893
Posted By
meshi
ok thanx guys.
ok thanx guys.
Forum:
Absolute Beginners
11-01-2007, 04:38 PM
Replies:
7
please check my code
Views:
935
Posted By
meshi
thank you bluesaga.:)
thank you bluesaga.:)
Forum:
Absolute Beginners
10-30-2007, 05:15 PM
Replies:
7
please check my code
Views:
935
Posted By
meshi
ok thanx.:)
ok thanx.:)
Forum:
Absolute Beginners
10-30-2007, 09:27 AM
Replies:
11
how to search the content of txt file
Views:
893
Posted By
meshi
if i have a linux platform is it posible to run...
if i have a linux platform is it posible to run the COM if i will install wine and ms office?or its for windows platform only?
Forum:
Absolute Beginners
10-30-2007, 09:20 AM
Replies:
11
how to search the content of txt file
Views:
893
Posted By
meshi
thanks guys..really help me.i will check it...
thanks guys..really help me.i will check it out..thank you
Forum:
Absolute Beginners
10-26-2007, 03:29 PM
Replies:
11
how to search the content of txt file
Views:
893
Posted By
meshi
ok.thanks salathe.i have 1 problem.if i have a...
ok.thanks salathe.i have 1 problem.if i have a doc type file and i want to open it i should convert it first to txt.my problem is i dont know a script that convert doc to txt.i saw on internet this...
Showing results 1 to 25 of 44
Page 1 of 2
1
2
>
All times are GMT. The time now is
12:30 AM
.
Contact Us
-
TalkPHP - PHP Community
-
Archive
-
Top
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by
vBSEO
3.1.0
Inactive Reminders By
Icora
Web Design