Sign Up
Log In
C
chrisj
Jun 9, 2023
Joined May 11, 2005
Discussions
Posts
144
Discussions
84
Mentions
C
No API call after the order's created
PHP Help
I am using a php web video script that has Paypal integrated. Upon attempting a Live transaction to test, the process proceeds to Paypal, shows the transaction amount and retu...
5
C
Combining two Search Forms
PHP Help
PHP Coding
Thanks for all the previous help. The web script that I'm modifying has a Search Form that successfully appears when a particular type of page displays: <?php if (preg_match('...
0
C
Help with referencing url in code
PHP Help
General Help
PHP Coding
I am trying to display something on web pages that show this in the url: "sub" for example: ...com/videos/category/1/sub536. It was suggested I try some code like this: $page ...
1
C
Help with echoing Form
PHP Help
General Help
PHP Coding
PHP Newbies
Thanks for all the previous help. I have this in the php code: $injectForm = ""; - - -etc.- - - $injectForm = "<form action=\"content.php\" method=\"GET\" id=\"sub-search\"> <...
1
C
Help with activating a hidden form.
PHP Help
General Help
PHP Coding
PHP Newbies
So, when this javascript performs on the html page: <script type="text/javascript"> $(document).on('change', '#category_id', function(event) { event.preventDefault(); id = $(t...
0
C
Can you confirm the purpose of this code?
PHP Help
PHP Coding
In this web script, that I'm trying to modify, it has this section of php code: $withdrawal_history = ""; if ($pt->setting_page == 'withdrawals') { $user_withdrawals = $db->wh...
2
C
Help with getting correct amount into table column
PHP Help
General Help
What I'm trying to accomplish, is that every time an amount gets updated to the uploaders 'balance' column, half that amount gets updated(added to) into the uploaders 'money' ...
7
C
Help with setting default number
PHP Help
General Help
PHP Coding
PHP Newbies
Currenty in my Form, when I enter a price in the field and submit, it doesn't save what I've entered, it always displays 1 after submit. So, I'm trying to determine where the ...
1
C
Upload video page - preventing abuse
Discussion
I have a web page with html5 <video> where a visitor can record him/herself and upload. I've created this web page in addition to a video web site ()where users have to log in...
1
C
Help with 'redirect' after upload
PHP Help
General Help
This code works successfully uploading, but I'd like to redirect from that page after upload. I tried a few things without success: foreach (array('video', 'audio') as $type) ...
4
C
Not show the time/seconds until ‘record’ starts on html5 player
Misc Help
This code allows the page vistor to click a ‘display’ button to show the camera view on the page, but not start the video recording (they can select a seperate ‘record’ button...
4
C
I see "No upload" after the file uploads successfully
PHP Help
General Help
PHP Coding
Upon uploading a file from my web page, the dialog appears "No upload", after the file uploads successfully. Any help with showing the correct message is appreciated. (and any...
3
C
Help with php queries
PHP Help
PHP Coding
Currently, I have this php code where the "//add data to paid table" executes successfully. (and successfully adds the '$site_add_amount' into the 'site_amount' table column):...
2
C
Help with commenting sections of this code
PHP Help
PHP Newbies
I'm looking for assistance with understanding this code. Several parts have commenting in regard to their function, however, towards the end there is very little to describe w...
3
C
Help checking 'wallet2' after 'wallet'
PHP Help
PHP Coding
I am using a php web video script which allows Users to purchase videos successfully. The purchases are made from the amount available in the Users’ “wallet” (the User can als...
3
C
How to add this captcha into this existing Contact Form?
PHP Help
PHP Coding
I'm using this working Contact Form script code: <?php $data = json_decode(file_get_contents("php://input")); $name = trim($data->name); $name = str_replace(array("\r", "\n"),...
1
C
Contact Form is sending 'message' field info only
PHP Help
PHP Coding
I have this Contact Form that only sends the info entered into the 'message' field, but doesn't send any info entered into the 'name' or 'email fields. Any help/suggestions wi...
2
C
Naming a 'Channel' instead of "Selecting a Channel", so the sub-categories appear
Misc Help
ClientSide Technologies
In a php video-web-script I'm using, in the (video)Upload Form I tried hiding the select-a-channel drop-down choices, essentially like this: <li><input type="hidden" name="cha...
9
C
Help with moving Title to the right of the Image, instead of below it.
PHP Help
PHP Coding
This page shows search results of searched videos and searched images separately successfully. However, when I search "All" the 'Title', that normally appears to the right of ...
3
C
Help with adding a “Channel” field to this Upload Form
PHP Help
PHP Coding
I've copied and added the 'Channel' field code to this Upload Form (from another Form, in this same script) but it isn't part of the Upload process of this Form. Can you sugge...
5
Load More
Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.