/    Sign up×
Community /Pin to ProfileBookmark

How To Make PHP Registration Form Display Properly?

One day last week I was unable to access my website due to an URL error I made in my WP Admin Settings. I made a misstate of adding /wp as an extension at the end of WordPress Address (URL)in Settings and that messed up my php registration POP Form, after saving the doc. Therefore, my whole site had to be re-installed. Since then I’ve been unable to access my POP Form and/or make it display properly? PHP is somewhat new to me. Please help me with this problem?

It will be most appreciative! Here is copy of the code:

<?php

require(‘reg_form_detail.php’);

?>

?

to post a comment
PHP

3 Comments(s)

Copy linkTweet thisAlerts:
@holyhttpSep 07.2012 — How does this

require('reg_form_detail.php');

relates to your wp installation?

Is it part of a plugin?
Copy linkTweet thisAlerts:
@CidauthorSep 11.2012 — How does this

require('reg_form_detail.php');

relates to your wp installation?

Is it part of a plugin?[/QUOTE]


Hello sorry for the delay had a technical internet problem. To answer your question it not a plugin but is part of my code that

requires this require('reg_form_detail.php'); It was working and Popping up fine until I messed up the WordPress Address (URL) and/or the Site Address (URL) by attempting to add WP Extensions to the end of the URLS.[I] "I know stupid move!"[/I] This cause the site to crash and then had to call my [B]Host Company[/B] to fix the problem. Tech had to go into my phpmyadmin via cpanel to manually fix the URL. After that I had to re-install my Theme and the Registration Form stop displaying properly?[I] "It comes up but not properly"[/I]. The registration document is there in cpanel, I just don't know exactly how to access or manipulate it to make it display correctly on [B]Front Page [/B]of Site. Please instruct!

Site Address: Here

Here is the code installed in Header:

<?php

//Bof Raj (script for pop up )

//if(!isset($_SERVER['REDIRECT_URL'])){

?>

<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/popupjquery/general.css" type="text/css" media="screen" />

<script src="<?php bloginfo('template_directory'); ?>/popupjquery/jquery-1.2.6.min.js" type="text/javascript"></script>

<script src="<?php bloginfo('template_directory'); ?>/popupjquery/popup.js" type="text/javascript"></script>


<?php

//}

//End Raj (script for pop up)

?>


----------------------------------------PART TWO------------------------------------------------------


<?php



//Bof Raj (script for pop up )

//if((!isset($_SERVER['REDIRECT_URL']))&&(!isset($_SESSION['user_id']))){

if(!isset($_SESSION['user_id'])){

require('reg_form_detail.php');



}

?>
Copy linkTweet thisAlerts:
@CidauthorSep 25.2012 — Hello

PHP coding is a little new to me, please take a look at www.yimusiconeuniverse.com and see if you can tell me why Form is not displaying properly?
×

Success!

Help @Cid spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.20,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...