Click here to Skip to main content
15,887,267 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
Questionsave image by PHP Pin
Member 836750210-May-15 5:16
Member 836750210-May-15 5:16 
General[REPOST] Pin
Sascha Lefèvre10-May-15 6:18
professionalSascha Lefèvre10-May-15 6:18 
AnswerRe: save image by PHP Pin
Sudera13-May-15 21:07
Sudera13-May-15 21:07 
QuestionPHP-SOAP: How to authenticate? Pin
Muhammed Özdemir7-May-15 19:26
Muhammed Özdemir7-May-15 19:26 
AnswerRe: PHP-SOAP: How to authenticate? [Repost] Pin
Richard MacCutchan7-May-15 21:23
mveRichard MacCutchan7-May-15 21:23 
QuestionProblem with Statistics Pin
Member 836750227-Apr-15 8:16
Member 836750227-Apr-15 8:16 
GeneralRe: Problem with Statistics Pin
Sascha Lefèvre27-Apr-15 15:06
professionalSascha Lefèvre27-Apr-15 15:06 
GeneralRe: Problem with Statistics Pin
Member 836750227-Apr-15 18:00
Member 836750227-Apr-15 18:00 
index.php:


var test=document.referrer;
document.write("<script type='text/javascript' src='<a href="http://localhost/am/emt.php?input=">http://localhost/am/emt.php?input=</a>" + test + "'>&lt;/sc" + "ript>");


t.php:
HTML
<a href="index.php">set</a>
emt.php:
PHP
$last=$_GET['input'];
$bazdid=$last."\r\n";
$file=fopen("test.txt",a);
$rit=fwrite($file,$bazdid."\r\n");
fclose($file);


modified 30-Apr-15 18:12pm.

GeneralRe: Problem with Statistics Pin
Sascha Lefèvre27-Apr-15 18:26
professionalSascha Lefèvre27-Apr-15 18:26 
GeneralRe: Problem with Statistics Pin
Member 836750230-Apr-15 12:13
Member 836750230-Apr-15 12:13 
QuestionEcrypt PHP Application Pin
Jassim Rahma14-Apr-15 21:52
Jassim Rahma14-Apr-15 21:52 
AnswerRe: Ecrypt PHP Application Pin
Graham Breach15-Apr-15 7:54
Graham Breach15-Apr-15 7:54 
QuestionRESOURCE Role Pin
Member 1072866713-Apr-15 15:38
Member 1072866713-Apr-15 15:38 
Questionwhy the sign-in is slow?! Pin
Jassim Rahma23-Mar-15 9:58
Jassim Rahma23-Mar-15 9:58 
QuestionSQL Pin
Member 1072866722-Mar-15 20:30
Member 1072866722-Mar-15 20:30 
QuestionRe: SQL Pin
Richard MacCutchan22-Mar-15 22:01
mveRichard MacCutchan22-Mar-15 22:01 
AnswerRe: SQL Pin
syed shanu22-Mar-15 22:28
mvasyed shanu22-Mar-15 22:28 
QuestionHow to expire a session? Pin
Jassim Rahma20-Mar-15 8:14
Jassim Rahma20-Mar-15 8:14 
AnswerRe: How to expire a session? Pin
speda127-Sep-15 13:15
speda127-Sep-15 13:15 
QuestionHow to Delete file when Selected from Dropdown List Pin
Member 1150850510-Mar-15 20:09
Member 1150850510-Mar-15 20:09 
QuestionRe: How to Delete file when Selected from Dropdown List Pin
Richard MacCutchan10-Mar-15 22:08
mveRichard MacCutchan10-Mar-15 22:08 
AnswerRe: How to Delete file when Selected from Dropdown List Pin
Member 1150850510-Mar-15 22:11
Member 1150850510-Mar-15 22:11 
GeneralRe: How to Delete file when Selected from Dropdown List Pin
Richard MacCutchan10-Mar-15 23:10
mveRichard MacCutchan10-Mar-15 23:10 
QuestionDisplay results based on dropdown selected dropdown value Pin
samflex10-Mar-15 7:47
samflex10-Mar-15 7:47 
AnswerRe: Display results based on dropdown selected dropdown value Pin
tobisoft28-Apr-15 13:34
tobisoft28-Apr-15 13:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.