Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #11.1K
Ranked #2K
~2K People Reached
Favorite Forums
Favorite Tags

13 Posted Topics

Member Avatar for sakush100

[CODE]explode( "\r\n", $data );[/CODE] in "Windows OS" or [CODE]explode( "\n", $data );[/CODE] in *unix

Member Avatar for sakush100
0
167
Member Avatar for tireytv

hm, maybe in [I]"www.".$domain[/I] you have space or other symbols. give me all code, maybe i am help you.

Member Avatar for tireytv
0
111
Member Avatar for figbus

insert in the beginning of the code [CODE]<?php print_r( $_GET ); ...[/CODE] and click of link. scrpit show you [I]$_GET[/I] array, maybe it help you see the problem.

Member Avatar for ZZZubec
0
79
Member Avatar for Rewired

Use logic and imagination. To create a name, you must analyze what the letters, often found in names. Also, bundles of vowels and consonants.

Member Avatar for Rewired
0
197
Member Avatar for niths

you need set POST [CODE]xmlhttp.open("[COLOR="Red"]GET[/COLOR]","test.php?q="+str,true);[/CODE] You are in any case receive a response. this.value = "submit" you realy need it? [CODE]<input type="button" name="submit" value="submit" onclick="loadXMLDoc(this.value); return false;">[/CODE] If I understand you correctly... [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="<?php echo get_page_language($language); ?>" xml:lang="<?php echo get_page_language($language); ?>"> …

Member Avatar for sam-i-am
0
175
Member Avatar for eng7asebat

you have money for this? if you have, you need write this message in freelancer site's. And you get too many answers to your suggestions.

Member Avatar for ZZZubec
0
123
Member Avatar for Arawa

please show structure of tables and add in 17 line [CODE]print_r( $ligne_liaison );[/CODE] if values not empty, or write more about truoble

Member Avatar for Arawa
0
173
Member Avatar for sparatacus

learning php+AJAX+JavaScript ) with AJAX you load php script, which make chooses and return result to JavaScript. with JavaScript you make other manipulations. simple example: [CODE]<script> function LoadPageCountry(...) { ... } </script> ... <select onchange="LoadPageCountry"> ... </select>[/CODE] etc.

Member Avatar for ZZZubec
0
79
Member Avatar for bow103

first you need start session in everybody page. remember, is it just example. dont using this code in realy site. only for test. [B]index.php[/B] [CODE]<?php @session_name('tzLogin'); @session_set_cookie_params(2*7*24*60*60); @session_start(); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Partners Area</title> <link rel="stylesheet" type="text/css" …

Member Avatar for bow103
0
152
Member Avatar for LRNPHP

yes, one page, two scripts (AJAX). Or save in array all records (but this wrong). Or page of link, and page of link click. subject -> i'm not find problem of Array... in your post.

Member Avatar for vibhaJ
0
109
Member Avatar for bouhbob
Member Avatar for raadeekaa
Member Avatar for ZZZubec
0
86
Member Avatar for Tenaciousmug

what is it? where you giving this value? (IPadd) [code]$_SERVER['REMOTE_ADDR'] = $IPadd;[/code] maybe you need this... [code]$IPadd = $_SERVER['REMOTE_ADDR'];[/code]

Member Avatar for manzarr
0
607

The End.