[PHP] Method of connecting image

2008-10-23 Thread napura
Hi

Is there a method of connecting the jpg image with PHP?
For instance, four images tie by two in two length in side. 


Napura

Linux Debian4 (Server)
PHP 5.2.2
Apache 2.2.4
MySQL

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Method of connecting image

2008-10-23 Thread napura
Hi

Is there a method of connecting the jpg image with PHP?
For instance, four images tie by two in two length in side. 


Napura

Linux Debian4 (Server)
PHP 5.2.2
Apache 2.2.4
MySQL

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] I want to pass Sub Window the value with PHP and JavaScript.

2007-04-05 Thread Napura
Hello I say Napura. 

In the code shown below
no with PHPJavaScript
Hajime.php passes it to kekka.php. 
For a href='Javascript:xsubmit($k)' though the data of no 
extends without trouble

_ blank target = is added. 
Data cannot be received though new Sabwindow opens when assuming a 
href='Javascript:xsubmit($k)'target='_blank'. 

The method doesn't hit on easily though it wants to open a sub-window 
by all means and to display it. 

_ blank target = is stopped. 
In JavaScript
window.open(kekka.php,SUBF)
The value doesn't extend still though it made. 

It would be greatly appreciated if it could advise. 
My best regards. 

In the server environment, it is LINUX and PHP is PHP 4.3.9. 

The experimented client environment is peel WindowsXPSP2, and IE6. 


hajime.php

SCRIPT TYPE=text/javascript
!--
function xsubmit(no) {
mainform=top.window.document.nn_form;
mainform.param.value = no;
mainform.action =kekka.php;
mainform.submit();

// --

form name=nn_form method=POST
・
・
?php
 //echo (td height='30' align='center' width='10'nobrfont size='2'a 
href='Javascript:xsubmit($k)'答え/a/td\n);

・
・
?
input type=hidden name=param value= /





kekka.php

?php

$tet=param;
$Rno=$_POST[$tet];

?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] I want to send data with JavaScript.

2007-01-12 Thread Napura
It questions the mailing list for the first time. 

To other forms by using JavaScript in PHP
Can data able to be passed, and passed only one data that can be passed in the 
following codes?
Please tell me. 

function p_submit(bb) {
sform=top.window.document.S_form;
sform.param.value = bb;
sform.action = pform.php; 
sform.submit(); 
   }

Only param1 piece can be sent in this code. 

Please help.

Napura[EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] I want to send data with JavaScript.

2007-01-12 Thread Napura
N駑eth Zolt疣 ,

Thank you. 

It safely solved it. 
It survived. 
Moreover, my best regards. 

 2007. 01. 12, p辿ntek keltez辿ssel 23.15-kor Napura ezt 鱈rta:
  It questions the mailing list for the first time. 
  
  To other forms by using JavaScript in PHP
  Can data able to be passed, and passed only one data that can be passed in 
  the 
  following codes?
  Please tell me. 
  
  function p_submit(bb) {
  sform=top.window.document.S_form;
  sform.param.value = bb;
  sform.action = pform.php; 
  sform.submit(); 
 }
  
  Only param1 piece can be sent in this code. 
 
 might be stupid idea but what if you add another lines like
 
 sform.param1.value = 1;
 sform.param2.value = 2;
 
 as I think param/param1/param2 should be the name of the element of
 $_POST/$_GET in your php script
 
 hope that helps
 Zolt叩n N辿meth
 
  
  Please help.
  
  Napura[EMAIL PROTECTED]
  
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 
 
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php