Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~622 People Reached
Favorite Tags
Member Avatar for dmorrison

Hi, this report is taking too long to run, there is alot of data in the tables. does anyone know a quicker way to optimize this: [CODE]<?php // This report outputs everything to excel format /** Error reporting */ error_reporting(E_ALL); ini_set('display_errors',TRUE); ini_set("memory_limit","1024M"); date_default_timezone_set('Europe/London'); /** PHPExcel */ require_once '../includes/PHPExcel.php'; include ("../../config.php"); …

Member Avatar for dmorrison
0
99
Member Avatar for dmorrison

Hi Guys, im confused here, im writing a script to show password as *. My code at this minute does the following. Passwords retrieved from database, Password gets counted, Password then gets changed into * Password then gets printed to screen, The code i have just now. [CODE]<?php $user = …

Member Avatar for pritaeas
0
87
Member Avatar for dmorrison

Hi can someone do me a massive favour and code something simple as i dont have time at this minute and need it fast. Key Requirements: have administator panel to add phonenumber & name have a front end with a simple javascript filter with a A-Z menu to filter and …

Member Avatar for peter_budo
0
67
Member Avatar for dmorrison

[CODE]include"../../pages/config.php"; $selectrow = mysql_query("SELECT * FROM members"); $query = mysql_fetch_array($selectrow, MYSQL_ASSOC); //Run business removal if ($query['Enable'] == "true"){ if ($query['autoRemove'] <= "0"){ $removeSQL = "DELETE FROM AccLink WHERE autoRemove <= 0"; mysql_query($removeSQL); echo "Business Removed. {$query['username']}<br>"; } $remove1 = "Update AccLink SET autoRemove = autoRemove -1"; mysql_query($remove1); echo "Run Sucessfull …

Member Avatar for somedude3488
0
127
Member Avatar for dmorrison

Hi, We have an office of over 150 employees on several occasions i have had to reinstall windows XP Pro on PC's, Due to an infinity boot loop - we use AVG as our antivirus and today after updating AVG to 8.5 it began to run a virus scan - …

Member Avatar for Jupiter 2
0
242