Forum: PHP 18 Days Ago |
| Replies: 2 Views: 179 Hello
I am creating a big website and some of php file will be bigger than 1MB
So, I want to know what is max file size of .PHP file to execute or include.
Thanks |
Forum: PHP Jun 15th, 2009 |
| Replies: 1 Views: 556 Hi
I have a website that controlled by an Admin section which I created before. Menu structure and articles are controlled by this Admin section by saving setting in DataBase. The frontend website... |
Forum: PHP May 18th, 2009 |
| Replies: 4 Views: 545 You are almost right
I also tested this and working here.
But sorry for above details are not full details.
here is my code :
<?php
$data = "This is “test” this is normal text."; |
Forum: PHP May 8th, 2009 |
| Replies: 4 Views: 545 Hi
I have a variable which contains this data :
$text =
Now I want to remove the special characters from this variable. I want to remove ’ “ and some other non-standard characters.
... |
Forum: PHP Mar 17th, 2009 |
| Replies: 3 Views: 586 Thanks a lot.
Can you give me any link to learn how to use "/" "(.*)" etc expressions?
I don't find any link related to this.
Thanks again |
Forum: PHP Mar 16th, 2009 |
| Replies: 3 Views: 586 Hi
I have a variable like this :
$fulltext = '<h1>Welcome</h1> <h2>Welcome to this website</h2> <p>Some text here. </p>';
Now I want to get only Welcome to this website in another variable.
... |
Forum: PHP Nov 17th, 2008 |
| Replies: 0 Views: 903 Hi
I want to create PHP pages from where I can access my Marketplace of Facebook.. where I can create/update/delete bulk Items (Not for spamming. I want to manage some 30/40 items from my own... |
Forum: PHP Oct 3rd, 2008 |
| Replies: 3 Views: 2,675 I tried it but it only converts ASP to PHP.. and my site is based on ASP.NET 2.0 (VB based) |
Forum: PHP Sep 29th, 2008 |
| Replies: 3 Views: 2,675 Hi
I have a running website which is based on ASP.NET
Now I want to convert the full webiste in PHP.
The current website is based on DotNetNuke and also modified some modules. Please provide... |
Forum: PHP Sep 22nd, 2008 |
| Replies: 2 Views: 975 I need shoutbox something like this :
http://lumichat.com/yshout5/example/
About secure, I need login feature. So cannot post with other nicknames. |
Forum: PHP Sep 21st, 2008 |
| Replies: 2 Views: 975 Hi,
I need a PHP Shoutbox with Login feature so there will be no spamming. I have also MySQL database. I don't mind with of without MySQL facility. I just need a good ShoutBox.
Thank You |
Forum: PHP Aug 14th, 2008 |
| Replies: 2 Views: 2,030 Thank you for reply.
But please provide more info with a sample form. because I am doing this first time.
Example I want to collect three text data.. 1) Full name 2) Username 3) password... I am... |
Forum: PHP Aug 13th, 2008 |
| Replies: 2 Views: 2,030 Hi,
I have a single page website. It contains only a form to signup.. and I want to make it secure.
I have self signed certificate to test. My admin has setup a self signed certificate. But I... |