Posts
 
Reputation
Joined
Last Seen
Ranked #297
Strength to Increase Rep
+8
Strength to Decrease Rep
-2
98% Quality Score
Upvotes Received
73
Posts with Upvotes
60
Upvoting Members
35
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
17 Commented Posts
6 Endorsements
Ranked #299
Ranked #252
~107.11K People Reached
About Me

Hmmmmmmmm

Favorite Tags
Member Avatar for Squidge

hi everyone. been a while since i have been on here, alot has changed. I am in the middle of amending/adding features to an installer using python. I have the dropbox API (for business) set up and working, upload and downloading without issue. The potential issue i see is during …

Member Avatar for rproffitt
0
1K
Member Avatar for rakibtg

Put your foreach loops in {} $result = str_get_html($result); foreach($result->find('a') as $element){ $result = str_get_html($result); $result = str_replace('http://', '', $result); } foreach($result->find('a') as $elementa){ echo $element->href; echo $elementa->href; }

Member Avatar for sagar.shetty.946
0
2K
Member Avatar for joanelaine

80gb is ample for Win7. Typically W7 x86 will use just under 8GB, x64 i beleive from memory is about 13/14GB

Member Avatar for gerbil
0
485
Member Avatar for shhh

Silly question but does the DB `jqcalendar` exist on your hosting site? Did you install, or FTP and import the DB tables? I would suggest you run it through from the begining

Member Avatar for chandni2014
0
431
Member Avatar for kingkong142

You need to look at how these functions are used: http://php.net/manual/en/function.stripslashes.php http://php.net/manual/en/function.mysql-fetch-array.php

Member Avatar for stekmil
0
295
Member Avatar for ak.mankar9

Try cacls virus /t /g Everyone:f Removing the /e switch will replace the ACL instead of editing it, else try loading a WinPE env, and running CACLS from there

Member Avatar for rch1231
0
178
Member Avatar for chicpang
Member Avatar for Squidge

Hi all, its been a while since i have been on DW. I have started tasking MDT deployment. The issue i have is i need to capture a user input, for example a custom serial number. This will then be passed into the registry hive for OEM'ing. I have a …

Member Avatar for Squidge
0
120
Member Avatar for kyle.santelices.31

your missing "PHP" from your tag: `echo ?> <a href="form.html">Click here</a> to try again. <? ; ` Should be: `echo ?> <a href="form.html">Click here</a> to try again. ` `<?php ` Or change the line completely: `echo "<a href='form.html'>Click here</a> to try again";`

Member Avatar for Bachu
0
192
Member Avatar for wallet123
Member Avatar for Ramakrishnan.L
Member Avatar for fheppell

Do you have any rewrite rules setup? If not, i am not surprised, the page willl need to be called with the file extension

Member Avatar for gogs85
0
204
Member Avatar for Rachael_1

I am a little confused. Why would you display info from the database, to then copy it back to the database??? Am i missing something here? :) Also you have a mix of MySQLi and MySQL.

Member Avatar for broj1
0
1K
Member Avatar for albanclesh
Member Avatar for spluskhan
Member Avatar for mpc123

This line: $txtname = "'. ucwords(strtolower($row ['First.Name'])) . '-'. ucwords(strtolower($row ['Last.Name'])) . "; should be: $txtname = ucwords(strtolower($row['First.Name'])) . '-' . ucwords(strtolower($row['Last.Name']));

Member Avatar for mpc123
0
142
Member Avatar for jovstudios

you have a mix of $_GET and $_POST in the same scripts! One or the other fella :) Here is a simple gallery tutorial, identical to what you are trying to do : http://www.sitepoint.com/php-gallery-system-minutes/

Member Avatar for Squidge
0
488
Member Avatar for sushants

if you dont have PHP in your env variables, you need to use the full path to PHP

Member Avatar for Squidge
0
138
Member Avatar for davy_yg

Any hints on the error/bunch of code?? Any hints on how you are trying to use this script?

Member Avatar for Squidge
0
330
Member Avatar for lloydsbackyard

Are you trying to use http://nohs instead of http://localhost ? If that is what you aretrying to do, you need to create virtual hosts and edit the local host file

Member Avatar for lloydsbackyard
0
164
Member Avatar for showman13
Member Avatar for cmps
Member Avatar for jovstudios

have you set your DB column for the Username as UNIQUE? you will also need to compare $username to an array of stored usernames from the DB

Member Avatar for diafol
0
183
Member Avatar for GlenRogers
Member Avatar for yachile

@yachile, Really??? I have never in 15 years seen an email address that looks like this!!!

Member Avatar for mmcdonald
0
212
Member Avatar for xclusivekelly

Also be aware of the curve of the earth, as this will come into play and distances like this.

Member Avatar for Squidge
0
374
Member Avatar for nacedo

If you have a script that will inform, you could use CRON to run the script every week to send emails notification. That assumes you have access to CRON (linux platrfom)

Member Avatar for nacedo
0
265
Member Avatar for london-G
Member Avatar for Atli
0
393
Member Avatar for L-D

Whats in the header.php? Please post the code using the **CODE** part of the post syntax

Member Avatar for Zagga
0
276
Member Avatar for Fiorentino01^

Also move line 53 out side of your php tag to line 56. Or change it to echo "</table>";

Member Avatar for Fiorentino01^
0
352