TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble 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
Associates
CSS Tutorials
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Views: 982
Posted By meshi
thanks guyz..

thanks guyz..
Forum: Absolute Beginners 12-10-2007, 09:46 AM
Replies: 13
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
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
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
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
Views: 1,311
Posted By meshi
Smile 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
Views: 893
Posted By meshi
ok thanx guys.

ok thanx guys.
Forum: Absolute Beginners 11-01-2007, 04:38 PM
Replies: 7
Views: 935
Posted By meshi
thank you bluesaga.:)

thank you bluesaga.:)
Forum: Absolute Beginners 10-30-2007, 05:15 PM
Replies: 7
Views: 935
Posted By meshi
ok thanx.:)

ok thanx.:)
Forum: Absolute Beginners 10-30-2007, 09:27 AM
Replies: 11
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
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
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

 

All times are GMT. The time now is 12:30 AM.

 
     

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