Posts Tagged ‘web host’

How to reduce the memory my image modification script in php uses?

I created a script that reduces the size of an image and another to watermark images with PHP. The code runs fine on my testing server, but when I upload it to my web host (UK2) they have a 8MB memory limit. I’m not really sure if I will have to work around this and cut it out of my CMS or whether there is anything that can be done to help?

thanks!

How do i connect a windows C# application to a remote Mysql database?

I’m currently connected to a local Microsoft SQL server. I’m new to windows programming and i need the code snippets to connect my windows C# application to a remote Mysql database. I have a website which is connected to my web host’s Mysql database. I want to be able to connect my windows C# app. to that same data base. Need your expert advice. By the way, I’m using visual studio.