Home > Archive > PHP Mirrors > November 2005 > Hebrew Php site
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Dear PHP.net admins,
My name is Ofir and I and another friend of my build a Hebrew
PHP site that will help the Israeli programmers community to grow.
I am writing this letter to you because I need some kind of support,
I am not meaning for money ,I am need code help like:
How can I add a “functions search form” to my site.
Thanks for any possible help and support,
Ofir Baruch.
Master2000@bezeqint.net
| |
| Gabor Hojtsy 2005-11-27, 7:56 am |
| Hi Ofir,
> My name is Ofir and I and another friend of my build a Hebrew
> PHP site that will help the Israeli programmers community to grow.
>
> I am writing this letter to you because I need some kind of support,
> I am not meaning for money ,I am need code help like:
> How can I add a “functions search form” to my site.
>
> Thanks for any possible help and support,
Look into how our HTML code enables the submission of the data, and
learn from that. Or look into our source code, it is open:
http://php.net/source.php
Regards,
Gabor Hojtsy
| |
| Gabor Hojtsy 2005-11-27, 6:57 pm |
| What do you mean with that is is not working?
Gabor
ofir wrote:
> Thank you very much.
> I hope my site will help to the community to grow.
> I looked at the "Show Source" option of the browser and I copied and changed
> Some of the details:
> <form method="post" action="http://php.net/search.php" class="thin"
> name="topsearch">
> <small><span title="Keyboard shortcut: Alt+S (Win), Ctrl+S (Apple)"><?php
> echo "çôů:"; ?></span></small>
> <input class="small" type="text" name="pattern" value="" size="30"
> accesskey="s" />
> <small><?php echo "á:"; ?></small>
>
> <select name="show" class="small">
> <option value="quickref" selected="selected">function list</option>
> <option value="wholesite">whole site</option>
> <option value="manual">online documentation [en]</option>
> <option value="bugdb">bug database</option>
> <option value="maillist">general mailing list</option>
> <option value="devlist">developer mailing list</option>
> <option value="phpdoc">documentation mailing list </option>
> </select>
> <input type="image"
> src="http://static.php.net/www.php.net/images/small_submit_white.gif"
> alt="search" align="bottom" />
>
> </form>
>
> and from some reasons its not really working.
> The link you gave didn't show how the search in
> The top works.
> But if im bother you so never mind.
>
>
>
> Regards,
> Ofir Baruch
>
> -----Original Message-----
> From: Gabor Hojtsy [mailto:gabor@hojtsy.hu]
> Sent: Sunday, November 27, 2005 3:20 PM
> To: ofir
> Cc: webmaster@php.net
> Subject: Re: Hebrew Php site
>
> Hi Ofir,
>
>
>
>
> Look into how our HTML code enables the submission of the data, and
> learn from that. Or look into our source code, it is open:
> http://php.net/source.php
>
> Regards,
> Gabor Hojtsy
>
|
|
|
|
|