Here's a little story about why I almost didn't use Drupal....
Up until about a year ago I was making static websites with HTML and CSS. I never knew there was any other way to do it. I was listening to This Week in Tech (TWIT) and someone mentioned Drupal and how great it was for making websites. So I wondered, "what is this Drupal thing?"
On the homepage (its random, not easy to re-create) guests will get incorrect messages at the top of the screen (above the content), the 2 I know of are:
"The login details have been emailed to you"
and (the issue I need most resolved)
"You IP has been recorded as having posted spam and you have been blocked from posting further content"
Hi, I am facing problems with creating content with $_GET in php snippets. It redirects me to the 403 Forbidden error page. Example : i cannot create a page in Drupal with the followind contents
echo "Hello ".$_GET['name'];
I think this has to do something with the server settings.
How do i resolve this issue? Can anyone help me?
Thanks in advance.Regards,
Carlos
i have found that there is very bad idea that when we cant access to mysql from remote client (because of any reason e.g dynamic ip of client) we use xml output because xml output have many boring laws for special character and this can make many problems especially for utf-8 charset.
so i use this simple methed for transfering data from a server to another server and synchronize second server with first server: