php-general Digest 24 Aug 2011 15:36:56 -0000 Issue 7453

Topics (messages 314589 through 314594):

PhpMyAdmin in EasyPHP cannot run DROP DATABASE
        314589 by: Nam Gi VU
        314593 by: Bastien

Re: Installer for 5.3 on Windows ?
        314590 by: tkcusr

Using stand-alone PHP scripts with Drupal
        314591 by: Geoff Shang
        314592 by: Florian Lemaitre

eaccelerator gone?
        314594 by: Lester Caine

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 every one,
When trying to run my database script with `drop database` command, the
server refuse and said as below screenshot.
What should I do to enable this command?

Regards,
Nam

[image: image.png]

--- End Message ---
--- Begin Message ---
On 2011-08-23, at 6:44 AM, Nam Gi VU <[email protected]> wrote:

> Hi every one, 
> When trying to run my database script with `drop database` command, the 
> server refuse and said as below screenshot.
> What should I do to enable this command?
> 
> Regards,
> Nam
> 
> 
> 


Check that you phpmyadmin user account has the drop privilege. If not, grant 
that privilege or create another user account that does have more privileges

Bastien

--- End Message ---
--- Begin Message ---
Nathan Nobbe wrote:

I have found some .msi files on this page:

http://windows.php.net/downloads/releases/archives/

still wondering why there is no link on the main download page..


Those are old. There hasn't been an installer since 5.3.6
I'm curious if it will ever be delivered.













--- End Message ---
--- Begin Message ---
Hi,

I know this is probably more a Drupal question, but I'm guessing some here have probably had to deal with this.

I've written some PHP code which works just fine on its own. Now someone wants to include it in their Drupal site, with the regular headers and footers for their site surrounding the output from my scripts.

Is there an easy way to include the PHP in a page on their site?

Not sure which version of Drupal they're running, trying to find out.

Geoff.


--- End Message ---
--- Begin Message ---
Le 24/08/2011 12:24, Geoff Shang a écrit :
Hi,

I know this is probably more a Drupal question, but I'm guessing some here have probably had to deal with this.

I've written some PHP code which works just fine on its own. Now someone wants to include it in their Drupal site, with the regular headers and footers for their site surrounding the output from my scripts.

Is there an easy way to include the PHP in a page on their site?

Not sure which version of Drupal they're running, trying to find out.

Geoff.


Hi Geoff,

There's a mailing list for Drupal development questions : [email protected]

It depends of your script.
If it's just a set of functions that doesn't print directly to the screen but return elements that can be printing by another script it's ok. If that's the case, then you can create a custom module witch will include your code, define a block and output the result of your script in that block view.
Then you create a Panel and include that block in the panel.
(that's the proper way to do this, you might also find some freaking hacks that do that in a few lines)

What does your code do exactly ?

Sorry if I'm not clear.

Florian.


--- End Message ---
--- Begin Message ---
Anybody know what has happened to http://www.eaccelerator.net/

Just trying to sort out the 5.3.8 updates, and I found I cant see the eaccelerator site :(

--
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk//
Firebird - http://www.firebirdsql.org/index.php

--- End Message ---

Reply via email to