php-general Digest 27 Jul 2008 03:28:56 -0000 Issue 5591

Topics (messages 277360 through 277366):

It may be OT. phpmyadmin not opening.
        277360 by: mukesh yadav
        277361 by: Bastien Koert
        277366 by: Micah Gersten

PHP Threads (Language) extension?
        277362 by: Jason Knight
        277363 by: Eric Butera

get current php locale
        277364 by: Ben Sagal

Re: Regular Expression help need
        277365 by: Micah Gersten

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
hi ,
  sorry for posting here.I really dont know where to post I asked in the
mysql IRC they said it doesn't belongs to them.

here is my question. I have installed Wampp and i'm not able to open
phpmyadmin from networked pc.
Though i can open the pages. but not phpmyadmin.


thank you sorry again.

--- End Message ---
--- Begin Message ---
On Sat, Jul 26, 2008 at 2:01 PM, mukesh yadav <[EMAIL PROTECTED]> wrote:

> hi ,
>  sorry for posting here.I really dont know where to post I asked in the
> mysql IRC they said it doesn't belongs to them.
>
> here is my question. I have installed Wampp and i'm not able to open
> phpmyadmin from networked pc.
> Though i can open the pages. but not phpmyadmin.
>
>
> thank you sorry again.
>

I believe that wampp's apache config only listens to the local machine. You
will need to edit that setting in the http.conf file in the apache folder
and then restart the service

-- 

Bastien

Cat, the other other white meat

--- End Message ---
--- Begin Message ---
I thought wampp was deprecated.  Try xampp:
http://www.apachefriends.org/en/index.html

Thank you,
Micah Gersten
onShore Networks
Internal Developer
http://www.onshore.com



mukesh yadav wrote:
> hi ,
>   sorry for posting here.I really dont know where to post I asked in the
> mysql IRC they said it doesn't belongs to them.
>
> here is my question. I have installed Wampp and i'm not able to open
> phpmyadmin from networked pc.
> Though i can open the pages. but not phpmyadmin.
>
>
> thank you sorry again.
>
>   

--- End Message ---
--- Begin Message ---
I can't find an extension that would allow you to use the PSOIX thread
functions in PHP.  I know of the pcntl_ functions but fork() just won't do
it for me, I need access to real threads.

I started writing an extension to supply an API to POSIX threads but then
decided to ask here first to see if there are any current projects for this.


Thanks,

Jason

--- End Message ---
--- Begin Message ---
On Sat, Jul 26, 2008 at 6:04 PM, Jason Knight <[EMAIL PROTECTED]> wrote:
> I can't find an extension that would allow you to use the PSOIX thread
> functions in PHP.  I know of the pcntl_ functions but fork() just won't do
> it for me, I need access to real threads.
>
> I started writing an extension to supply an API to POSIX threads but then
> decided to ask here first to see if there are any current projects for this.
>
>
> Thanks,
>
> Jason
>

Maybe this will help:

http://pecl.php.net/package/threads

--- End Message ---
--- Begin Message ---
is there a way to get the current locale being used by php and the encoding
it uses?

Ben

--- End Message ---
--- Begin Message ---
Are you talking about looking at blogs in a mobile phone browser or
actually downloading the blog into another format?

 
Thank you,
Micah Gersten
onShore Networks
Internal Developer
http://www.onshore.com



Shelley wrote:
> Ok, let me tell you what i want to achieve.
> I want to transfer users' blog onto mobile phone, so I should convert
> characters such as >, <, & (but not &amp;, or &gt;, or &lt;, etc) into
> xml compatible ones, &gt;, &lt; &amp;.
>
> Maybe there is some problem in my expression?
>
> Waiting for your response...
>
> On Sat, Jul 26, 2008 at 3:30 AM, Micah Gersten <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>> wrote:
>
>     Are you trying to make it xml compatible or XHTML compatible?  '&' is
>     not valid HTML or XHTML as it has special meaning. If you want it to
>     adhere to the standard and display correctly, you must use '&amp;'
>
>     Thank you,
>     Micah Gersten
>     onShore Networks
>     Internal Developer
>     http://www.onshore.com
>
>
>
>     Shelley wrote:
>     > Hi Richard,
>     >
>     > Not exactly actually.
>     >
>     > What I mean is:
>     > Before: <p>hi <strong>Richard</strong>>, & good morning&lt;</p>
>     > After:   <p>hi <strong>Richard</strong>&gt;, &amp; good
>     morning&lt;</p>
>     >
>     > I hope it's clear now.
>     >
>     > On Fri, Jul 25, 2008 at 7:53 PM, Richard Heyes
>     <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
>     > wrote:
>     >
>     >
>     >>> How can I make a string with & (NOT &amp;, &gt;, &lt; or
>     &quot;), <, >
>     >>>
>     >> xml
>     >>
>     >>> compatible?
>     >>> What is the expression to use?
>     >>>
>     >> Not entirely sure what you're after (try posting some before
>     and after
>     >> snippets), but by the sounds of it you don't need a regular
>     expression
>     >> - strtr() will work for you. Or str_replace().
>     >>
>     >> --
>     >> Richard Heyes
>     >> http://www.phpguru.org
>     >>
>     >>
>     >
>     >
>     >
>     >
>
>     --
>     PHP General Mailing List (http://www.php.net/)
>     To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
>
> -- 
> With best regards,
> Shelley Shyan
> http://phparch.cn

--- End Message ---

Reply via email to