I also get this: Parse error: syntax error, unexpected 'id' (T_STRING), expecting ',' or ';' in /../../xamppfiles/htdocs/register.php on line 29
When trying to get the script to perform a task with the custom variables
Another more recent error I've encountered when trying to use a more secure...
I'm going to start over with a new CMS & database. The only fields I would want to be submitted, would be sent through with an isset request, then? So if I include what I need to be submitted from the placeholders, with their custom variables, on the page that they'd be submitted from? They'd be...
I'm still familiarizing myself with the languages and the way they interact with each other. You sound like a bitter old faggot who's about to croak. If you're a developer? I hope you get something out of your many failed projects. I'm here because I'm experiencing difficulties at the later...
Hey anyone reading Support Threads,
I'm going to try and keep it short. I am running into the same problems with Registration over and over. The user table that is in my database, has over 50 rows associated with it . My register page, doesn't have the form fields to support an update for all...
They would vary depending on the CMS.
It would either be an error in a line,
Say I'm using a deprecated version of the software,
Unrecognized if($variable)
And I think another one had something to do with connecting to the server
Now though, I have an error_reporting(0) line in the same...
Hey devbest community,
The issue that I've been having the last few days, has to do with the receiving of information submitted to my database, and updating it as a row of stored data.
All of the forms and their input types, that would be responsible for containing data to submit (i.e...
It's an edited version of RevCMS with a Cammex skin.
Could this maybe be my problem?: <?php if(isset($template->form->error)) { echo '<div id="myModal" class="modal fade in" tabindex="-1"
Or this, right after the first set of <?php ?> establishing the connection to my db? I'm not familiar with...
See, I think it's the pre-configured cms variables that block me from being able to send any requests of my own. If I could process the form that is in my script, then the database would pick up on the entries that are sent to it.
I'll definitely send you a message. I was up for 18 hours and...
I'm past working on CSS. I think I've set it up properly, that's just the way it looks. I don't think it's as much about the databased used, as much as it's about being able to communicate with said database. If there were a script that could be integrated into the pages, that would communicate...
Hey Devbest Community,
I've been having trouble in the past with just being able to get my CMS to display all of its' content. There were also instances where I couldn't click certain buttons, material was misplaced, and certain errors would appear.
I want to keep this short, because it's...
So, I'm probably a good chunk of the way done setting up this CMS. I've linked the index to the register page for newcomers, And now need to be able to use both the register & index (where you'd login) to access the me.php page, with a created account. I can click the me page, and have enabled...