Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
39% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
6
Posts with Downvotes
4
Downvoting Members
5
4 Commented Posts

45 Posted Topics

Member Avatar for jeffersonalomia

Hi, I would like to ask how to redirect to another page, like for example dashboard page (because normally after successful login it will redirect the user to home page) ? I am new at laravel environment and I will highly appreciate all your comments and looking forward to learn …

Member Avatar for Dani
0
77
Member Avatar for jeffersonalomia

Hi, I would like to ask for help regarding on passing multiple data or array in View Composer The error that I encounter is **Trying to get property 'settings_cust_comments' of non-object (View: B:\projects\web\redesign\resources\views\myapps\myapps\index.blade.php)** Please see code below Thanks in advance MyComposer.php <?php namespace App\Http\View\Composers; use Illuminate\View\View; use App\Model\MyApp\SettingsApps; use App\Model\MyApp\SettingsMainMenu; …

0
57
Member Avatar for jeffersonalomia

Hi, Question. How does UserDetailsService catch the username that I have submitted in the custom login page which I have created? TIA :)

0
178
Member Avatar for jeffersonalomia

How to insert data in sql server 2012 express using php pdo in wamp server 3? What connection string I need to use to connect in the database?

Member Avatar for pritaeas
0
443
Member Avatar for jeffersonalomia

I hve encountered this error that I was using php pdo and wamp server 3.0. I couldnt insert data in ms sql server 2012 because it says that it couldnt find the table Error sql state[ 42S02] Base table or view not found: 208 invalid object name isys.ref_product sql insert …

0
205
Member Avatar for jeffersonalomia

Hi, I would like to ask a question about returning the column value(s) returned by stored procedure in c#. I have created the code but somehow I encountered an error saying: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ An unhandled exception of type 'System.Data.SqlClient.SqlException' occurred in System.Data.dll Additional information: Subquery returned more than 1 value. This …

Member Avatar for RabidDog5150
0
996
Member Avatar for jeffersonalomia

Hi I need your help with regards on my trigger in sql server update. Want I wanted to do is to update the existing record in my database and then fire this trigger: USE [DB004] ALTER trigger [dbo].[trg_Updt_Item_Code] ON [DB004].[dbo].[RMIS_Item_Master_Ref] FOR UPDATE AS declare @trgDT as datetime declare @trgUser as …

0
230
Member Avatar for jeffersonalomia

How can i send email using php on our hmailserver? this hmail server has a host ip for example, 192.16.1.1 and outgoing port of 110. what should i do to send email on that host? All your response are very appreciated. Thank you

Member Avatar for Maleck
0
234
Member Avatar for jeffersonalomia

What are the free report designer for php and how can i integrate the designed report with my web application php. Using parameters for dynamic values

0
196
Member Avatar for jeffersonalomia

Hi, I would like to ask for help with regards on my problem on my phpmyadmin - mysql database. I am using wamp server 2.5. So here's the scenario, I try to insert data on two tables (accounts, user_info) on mysql @ phpmyadmin using php ajax. Now the problem is …

Member Avatar for diafol
0
262
Member Avatar for jeffersonalomia

How do facebook, twitter, and other social media app store the data of the user's chat history or chat log? Is it on the database or on a separated file? How can i create a professional chat application on my website?

Member Avatar for pty
1
375
Member Avatar for jeffersonalomia

While downloading the latest VB.Net my laptop automatically shutdown and when I tried to turn it on again it didn't boot and stays in black screen; cpu led not blinking but the laptop was still open. I thought it was overheat and when I try to open it the day …

Member Avatar for rproffitt
0
391
Member Avatar for jeffersonalomia

Why do selection box on HTML, when filled up with values using php and then redirect or submit, sometimes doesn't drop down? Please help thanks.

Member Avatar for jeffersonalomia
0
120
Member Avatar for jeffersonalomia

Can someone help me on debugging this code `<?php include "../template/php/myconnection.php"; include "../template/php/sessionChecker.php"; include "functions.php"; include "ext.php"; $date = date("Y-m-d"); $breakdown = ""; $transkey = ""; $isFound = false; $file_value = file("header.txt"); if(!empty($_GET['tn'])){ foreach($file_value as $line){ if(strpos($line,$_GET['tn']) !== false){ $isFound = true; $breakdown = explode(" | ",$line); $transkey = $breakdown[3]; …

Member Avatar for diafol
0
346
Member Avatar for jeffersonalomia

Hello guys, I have a problem on using the image slider plugin called "Unslider" which is a jquery plugin. I follow all the procedures / instructions on how to set up the codes but sadly it seems that the next and preview button styling doesnt work even if i follow …

Member Avatar for jeffersonalomia
0
2K
Member Avatar for jeffersonalomia

is it possible to apply this kind of alignment in vb6 listbox? Ex. aaa bbfawdawd bbbb adwadwa cc dawdawda if it is possible. Please specify the solution. thank you

Member Avatar for Minimalist
0
295
Member Avatar for jeffersonalomia

How to insert another row value in the listview of vb6? Thanks, - Jeff -

Member Avatar for matoo
0
198
Member Avatar for jeffersonalomia

How to check in **vb6 ** if variable value is a string(**except for special character**) or number? Thanks, - Jeff -

Member Avatar for Minimalist
0
909
Member Avatar for jeffersonalomia

How to sort five label values using only if else or loop statement? Example: Lbl1 =56 Lbl2=23 Lbl3= 112 Lbl4=8 Lbl5=250 How can i compare every value of 5 label without using array and then sort them and assign on their respective label?

Member Avatar for jeffersonalomia
-1
166
Member Avatar for jeffersonalomia

Good day !! I want to sort the values of the array in vb6. Here's the sample of an array that i want to sort `arr() = {21,2,33,"c","a"}` is it possible to sort an array with values of string and integer.** If not**, is it ok if you specify how …

Member Avatar for jeffersonalomia
0
4K
Member Avatar for jeffersonalomia

Hi, i just hosted my website on 000webhost for free and somehow i cant connect with my database resulting to that i cant login on my website. How can i solve that? Please help. thank you Heres my code for db connection '<?php $db_host="mysql1.000webhost.com"; $db_username="a1924971_user"; $db_password="*************"; $db = "a1924971_learn"; $cn …

Member Avatar for OtepTheThird
0
213
Member Avatar for jeffersonalomia

How can I view locally(meaning my website is not yet publish on the internet), a certain file with extensions of .docx, .pptx, .ppt and .doc? Is there any libraries which i can call on my website like jquery? Please help.. thank you

Member Avatar for diafol
0
277
Member Avatar for jeffersonalomia

Does php copy() function can convert a certain file format, let say for example file.pptx convert to file.odp, is it possible?

Member Avatar for cereal
0
722
Member Avatar for jeffersonalomia

I try to upload a .pptx file to my server folder named "lesson" and copy that file from the same folder and rename that copied file with .odp extension. I used ViewerJS plugin and it really work nicely when i open a pdf file. However. my problem is that when …

Member Avatar for jeffersonalomia
0
144
Member Avatar for jeffersonalomia

I have problem with my PHP AJAX code for uploading file. At first, it works fine then after a few months and reinstallation of my wampp server the code produces an error Error: Undefine variable ls_no, ch_no, grp_co, browser Heres the code that I wrote // upload_file.php <?php include_once("db_connect.php"); $chars …

Member Avatar for diafol
0
320
Member Avatar for jeffersonalomia

I am wondering if it is safe to debug a c++ code on my website? If theres an article that talk about that pls. post the link together with your reply. Thank you :)

0
104
Member Avatar for jeffersonalomia

Hi guys. I have problems with my php scrpt for downloading the file that i uploaded on my wampp server. Specifically, it turns out that when i finished downloding the file, its original size decrease like for example i upload a 24kb file on my wampp server. Then if i …

Member Avatar for cereal
0
153
Member Avatar for jeffersonalomia

I have a problem when downloading the file i've uploaded on my local server. The file is successfully downloaded, however there is a problem on opening the file that i've download. For example i download a word file(.docx). The error is : The office open XML file 'filename' cannot be …

Member Avatar for jeffersonalomia
0
462
Member Avatar for jeffersonalomia

I want to upload file using php ajax then insert all the data such as chapter name, lesson name and id on database. How can i do that? pls help me guys. Thank you :)

Member Avatar for jeffersonalomia
0
351
Member Avatar for jeffersonalomia

I want to create a c++ compiler on my website using php. How do I do that? Pls help. thank you

Member Avatar for diafol
0
1K
Member Avatar for jeffersonalomia

Pls. help me on my project. I am confuse on how to display the users post from the homepage like some social network did. I have few more questions but thats what i need to resolve first. Thank you

Member Avatar for diafol
-2
139
Member Avatar for jeffersonalomia

how can i display the name of the user after he/she logs in? Do i need to use ajax on it together with php? Please help me.. thank you :)

Member Avatar for joshl_1995
0
85
Member Avatar for jeffersonalomia

Hi. I am using xampp to set up a server. Now my problem is that how to connect program running on the other computer to the server computer.

Member Avatar for jeffersonalomia
0
109
Member Avatar for jeffersonalomia

I’m creating an e-learning system on vb.net/2010.This system gives quizzes on students. I know how to save/retrieve data on mysql server using xampp but i need to display the score of all the students on the website and this website needs to be live. Now my problems are 1)How to …

Member Avatar for kks21199
0
338
Member Avatar for jeffersonalomia

Please Help me with my problems as follows below : 1 What is the connection string to connect database to vb.net 2 How do i INSERT UPDATE DELETE AND SEARCH records using sql.. 3 How do i start creating a database application using vb.net and sql Thats all... hope you …

Member Avatar for Santanu.Das
0
303
Member Avatar for jeffersonalomia

Ive save my image on the resources folder abd i want to load picture on picbox... i used this method image1.load(Application.startUpPath+ "\sub" & 1 &".png" my problem is that.. there is an error on my location What is the perfect way of constructing that statement

Member Avatar for Mr.M
0
147
Member Avatar for jeffersonalomia

Can someone help me solve this problem: 1)How can i insert every word of label.text to array 2)How can i check if the word that i type on textbox is equal to every word on label.text

Member Avatar for Mr.M
0
138
Member Avatar for laguardian
Member Avatar for jeffersonalomia

i need help on how to print preview and print the content of my datagrid. i used vb2010 and ms access as db -Beginner Here :D-

Member Avatar for ddanbe
0
62
Member Avatar for jeffersonalomia

I am recently developing a software(using Visual Basic 2010 Express) that has a feature that would store image on the database(MS Access 2007).. My problem is, how can i store image on msAccess and then retrieve it again on my application

0
118
Member Avatar for jeffersonalomia

i have problems with the application that i currently develop. I use tab control, and to access tab pages(page 1 , page 2, etc) i use link label. Now my question is, how can i remove the WHITE BORDER of my tab control?? I tried using panel to hide the …

Member Avatar for jeffersonalomia
0
246
Member Avatar for jeffersonalomia

hi guys. so i have created a windows software app where it is a database driven application. i use ms access as back end db my problem now is i want to connect different computers which there is a server that holds the ms acces 2007 db and the application …

Member Avatar for jeffersonalomia
0
60
Member Avatar for jeffersonalomia

pls help me on my code.. i had successfully avoid data redundant but there is an error "Item cannot be found in the collection corresponding to the requested name or ordinal." and because of that, i wasn't been able to store new data that wasn't exist in my database. please …

Member Avatar for Reverend Jim
0
189
Member Avatar for jeffersonalomia

Can someone help me on my database with regards that the records can be prone to data redundancy.. pls help to avoid record redundancy on my database.... How do I check if the record that i will be input is existing on my database.. and i want to prompt the …

Member Avatar for jeffersonalomia
0
210
Member Avatar for jeffersonalomia

Can someone help me in my source code... my problem is, i need to check if there is an existing record on my current database(ms access 2007) here is my connection that i've place on module Public con As ADODB.Connection Public rs As ADODB.Recordset Public Sub connection() con = New …

Member Avatar for Reverend Jim
0
371

The End.