-
Began Watching How to Process Form Data without $_POST['variable']?
Hello All, My old computer crashed. I installed XAMMP on my new computer. My old PHP files don't run. I learned that the reason is that register_globals feature has been … -
Replied To a Post in How to Process Form Data without $_POST['variable']?
$_POST is available a superglobal, it is not affected by the register_globals directive perhaps the error is elsewhere in your code -
Gave Reputation to urtrivedi in Notice: Undefined index: Du in C:\wamp\www\exercise\confirmation.php on lin
its not error, its warning, YOu can disable warning in your php.ini configuration file and restart apache service Make sure following line is off instead of on display_errors = Off -
Gave Reputation to urtrivedi in Notice: Undefined index: Du in C:\wamp\www\exercise\confirmation.php on lin
its not error, its warning, YOu can disable warning in your php.ini configuration file and restart apache service Make sure following line is off instead of on display_errors = Off -
Began Watching Notice: Undefined index: Du in C:\wamp\www\exercise\confirmation.php on lin
morning i have an issue and need help. i have a page that retrieve the information entered on a form every time you hit the button submit. the page display … -
Replied To a Post in Notice: Undefined index: Du in C:\wamp\www\exercise\confirmation.php on lin
# do not turn off warnings, fix the code # fix1: `<?php if(isset($_POST['Du'])) {echo "<strong>Duree du sejour:</strong>" .$_POST["Du"];} ?>` replaces 150-156 Its always better to check the right variable, submit … -
Replied To a Post in help on Bing Ads Auto click
**This is an online VOLUNTEER forum not your private help service You cannot demand responses** # RTFM : read the f_cking manual # The complaint proceedures for ad services are … -
Began Watching help on Bing Ads Auto click
hi my name is faiyaz i m an bing and google adwords account manager i have issue sgoing on from last few days my Competitor are using some kind of … -
Replied To a Post in help on Bing Ads Auto click
this is an online forum not an on-demand support system, **you cannot demand responses** Contact Bing, and Google, make your complaint They will examine the clicks, and when it is … -
Gave Reputation to Squiva in PHP Include <head> tag?
A good way to do it is, <?php include("foobar.html"); ?> -
Gave Reputation to Squiva in PHP Include <head> tag?
A good way to do it is, <?php include("foobar.html"); ?> -
Gave Reputation to Squiva in PHP Include <head> tag?
A good way to do it is, <?php include("foobar.html"); ?> -
Gave Reputation to Squiva in PHP Include <head> tag?
A good way to do it is, <?php include("foobar.html"); ?> -
Gave Reputation to Squiva in PHP Include <head> tag?
A good way to do it is, <?php include("foobar.html"); ?> -
Began Watching Fade div out as the next fades in?
I've been using thisJQuery code to fade in divs (all of the same class .showme) But what I would like to do is fade out the previous div as the … -
Replied To a Post in Fade div out as the next fades in?
does not work as expected on any display but yours scrolling through a huge blank column on my laptop?? which just happens to be 1 pixel too short to display … -
Gave Reputation to Sukhpreet_1 in Latest SEO Industry News
Develop back links (naturally) from high authority sites by curating content and publishing it on the social networks. -
Gave Reputation to Sukhpreet_1 in Latest SEO Industry News
Develop back links (naturally) from high authority sites by curating content and publishing it on the social networks. -
Began Watching Content Creation Experiences
I have a question for those of you that use services like odesk for content writers... First have you found that the quality is slipping? I have used a few … -
Replied To a Post in Content Creation Experiences
Our content is written in house, specific to a course; or many specific to a mine; or many specific to a region; or many multiple overlaps of region, mine, and … -
Replied To a Post in How to resolve the WC3 eroor
There is no error in *that code* the w3c validator has quirks, and limitations Validate by *URI*. there are errors in the *rendered* page, Validate by *file upload*. those errors … -
Began Watching How to resolve the WC3 eroor
Below google adsense code pointing the WC3 eroor please give any solution to the wc3 passing? <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-xxxxxxxxxxxxxxxx" data-ad-slot="7441003235" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || … -
Replied To a Post in How to resolve the WC3 eroor
ALL google products show w3c tester errors NONE of the sripts are code compliant, they all contain entities not defined by w3c standards This does not mean the code is … -
Began Watching array to display as fields
the following is the error message, Undefined index: gld in F:\xampp\htdocs\lfs\site_globalfn.php on line 14 -
Replied To a Post in array to display as fields
then look at or before line 14 in the file, that only you can see, because you failed that small step that says "Show the people I want to fix … -
Replied To a Post in Decode Plz Files please Decode
close the thread, edit/delete the OP The code is viral/malware NSIS:InstMonetizer-AU -
Began Watching Parse error: syntax error, unexpected ',' in php
I am new in php and i am facing a problem in mysqli query Parse error: syntax error, unexpected ',' in php can anyone help me if you know? $query=("update … -
Replied To a Post in Parse error: syntax error, unexpected ',' in php
what is the complete error message, what you have provided has been edited: useless -
Began Watching Decode Plz Files please Decode
Decode Please REMOVED -
Replied To a Post in Decode Plz Files please Decode
Its a great obfuscation I'll keep the idea Its obviously not yours The author took great effort to stop thieves It worked, stopped you, you must be ^ ^ `die('thief');` … -
Gave Reputation to OsaMasw in redirect page
You cannot edit VB files like that, thats why they create plugins and templates to create something as you want. try asking product maker to edit file as you want -
Replied To a Post in redirect page
You didn't think to write, in the original question, that you were f_ing with a functional system with some 'hack', (badly) coded by some f_wit, to hide your referer. the … -
Shared redirect page
I have forum v bulletin I need to redirect a visitor to example.php page .. automatically after a short delay,countdown when he clicks the download attachment already upload at my … -
Began Watching redirect page
I have forum v bulletin I need to redirect a visitor to example.php page .. automatically after a short delay,countdown when he clicks the download attachment already upload at my … -
Replied To a Post in redirect page
a somewhat backwards approach maybe, to goto the example page and continue from there current link to a particualar attachment may be `<a href='http://shneler.com/vb/attachment.php?attachmentid=2063&d=1380201538'>something to download</a>` different link `<a href='http://shneler.com/vb5test?attachmentid=2063&d=1380201538'>something … -
Gave Reputation to OsaMasw in redirect page
put this in linked page <meta http-equiv="refresh" content="5; url=http://example.com/"> redirect after **5** seconds . -
Began Watching Div within a div
I want to have a box within a box within a box; a border within a border within a border using divs. If you can see what I'm doing wrong … -
Replied To a Post in Div within a div
no `type='text/css'` or `type='text/javascript'` in html5 external stylesheets do not have `<style>` or `</style>` they just contain css .container1 - .container4 are identical, all .container? divs = .container classes can … -
Gave Reputation to rrram2 in SEO "experts" scams
Hire an SEO expert...ONLY if you know where they live! :Þ -
Began Watching webcam in php
Hi every one, I want to take a photo by using webcam , and I want to store it in db and finally I want to view it. How to … -
Replied To a Post in webcam in php
Its not urgent to anyone for as long as there is no evidence of some attempt at working it out. where is the webcam where is the db what is … -
Began Watching Getting started with PHP
Hi guys, I just thought of starting PHP as my web scripting language but I don't know which applications I should be downloading. The online resource that I was reviewing … -
Replied To a Post in Getting started with PHP
You need to find a different, better, online resource one that is more complete in its references it can be straightforward, without leaving out important stuff, like > Check for … -
Replied To a Post in What are you eating/drinking right now?
Chef brought shepherds pie, By the time we go back to Canada, I am goin to be so damn fat -
Gave Reputation to couponsgrid in Reduce bounce rate on forums
Bounce rates implies the visitors arriving at your website are not much interested and are leaving within few seconds. The reason may be anything either they reached there and didn't … -
Gave Reputation to couponsgrid in Reduce bounce rate on forums
Bounce rates implies the visitors arriving at your website are not much interested and are leaving within few seconds. The reason may be anything either they reached there and didn't … -
Gave Reputation to couponsgrid in Reduce bounce rate on forums
Bounce rates implies the visitors arriving at your website are not much interested and are leaving within few seconds. The reason may be anything either they reached there and didn't … -
Stopped Watching Do anybody know about the latest google penguin update?
*Google penguin was created in 2012.But there latest update takes last year middle.Did they make any update in 2015?* -
Replied To a Post in Reduce bounce rate on forums
1 minute, I take about 30 seconds to read question, featured reply, and the first 2-3 general answers when SEOing; the time for user retention, the display of useful content … -
Began Watching How to run click() on two different Ids on the same page.
I'm trying to run a script that clicks on two seperate buttons/Ids on the same website. I want to run **first** document.getElementById("add-to-cart").click() which will redirect me to the **cart/basket page** …
The End.