No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
13 Posted Topics
[CODE]explode( "\r\n", $data );[/CODE] in "Windows OS" or [CODE]explode( "\n", $data );[/CODE] in *unix
hm, maybe in [I]"www.".$domain[/I] you have space or other symbols. give me all code, maybe i am help you.
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.
Use logic and imagination. To create a name, you must analyze what the letters, often found in names. Also, bundles of vowels and consonants.
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); ?>"> …
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.
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
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.
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" …
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.
just use "<br/>\r\n" or only "\r\n" (if plaintext message)
just save full path in field example: '/home/user/docs/doc1.doc'
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]
The End.
ZZZubec