DOMDocument parsing
Hello, I am parsing an xml file from an API which I have converted into a DOMDocument in php. This i
Different actions for different parts of a string
<?php
function dosomething($string, $else = '') {
if (empty($else))
$string
Storing Values taken from a DB...
Using this code it will generate a short list from my database
<?php
mysql_connect
OPINIONS WANTED
This is my login page code, and I want your opinion on it please!
Code: // Login ~ CHECKS
Sorting JTable on more than just the values listed in the columns
I have a collection of objects that store (among other things) two integer values. I only want to di
standard ALV application toolbar, into custom report....
HI,
I have a question regarding displaying standard ALV menu path and application toolbar
SQL Injection
In my attempts to protect my database from mySQL injection I have created another problem for myself
Simple code help with redirects
I am trying to figure out a redirect script that detects if the browser is IE 7 and if it does, redi
My query is being run with no results.
I have this.
Code: function DropUser($duser_id, $user_email, $user_username) {
Progress bar tracking file downloads
Hey guys, was wondering if there was a way to track how far a file has been downloaded. I know there