Strange php code found on my website
I got hacked and the following code was placed within my files:
Code: [Select]<?
/*
no idea what to do...
I'm fed up. I had issues with code that I have working on a different site that didn't work on my cu
How to sum these output values
Hi
I need sum the month totals
SELECT region_name, area_name
,SUM (CASE WHEN S
Escaped characters
I have a script that allows you to post news to the home page of my site. Along with the news is the
Update Database
Hi All,
I have a problem with this:
Code: [Select]<?php
session_start();
Redirect not working after making a POST/GET
Hi Everyone,
I am a novice in PHP. Here I have 2 pages, one page with a textbox and button an
How To Make More Than One Redirection with PHP on the same page?
Hey im trying to do a direction page where it open differently link direction pages every time som
$action = "insert"; //$action = $_GET['action'];
$action = "insert";
//$action = $_GET['action'];
why is this invalid type? I am
Hyperlink in PHP to MySQL record
Hello,
I am having trouble as i am new to php. I have connected to the database and I have di
How to file_get_contents when login required?
Hello!
I am trying to read data from a page that you have to be logged into to view, I am try